We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97d375 commit 1622d2cCopy full SHA for 1622d2c
lib/Local.php
@@ -16,6 +16,21 @@ public function __construct() {
16
$this->key = getenv("BROWSERSTACK_ACCESS_KEY");
17
$this->logfile = getcwd() . "/local.log";
18
$this->user_args = array();
19
+ $this->binary_path = "";
20
+ $this->folder_flag = "";
21
+ $this->folder_path = "";
22
+ $this->force_local_flag = "";
23
+ $this->local_identifier_flag = "";
24
+ $this->only_flag = "";
25
+ $this->only_automate_flag = "";
26
+ $this->proxy_host = "";
27
+ $this->proxy_port = "";
28
+ $this->proxy_user = "";
29
+ $this->proxy_pass = "";
30
+ $this->force_proxy_flag = "";
31
+ $this->force_flag = "";
32
+ $this->verbose_flag = "";
33
+ $this->hosts = "";
34
}
35
36
public function __destruct() {
0 commit comments