We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b15d05 commit c8b1cf3Copy full SHA for c8b1cf3
browserstack/local.py
@@ -20,7 +20,7 @@ def __xstr(self, obj):
20
def _generate_cmd(self):
21
options_order = ['logfile_flag', 'logfile_path', 'folder_flag', 'key', 'folder_path', 'forcelocal', 'local_identifier', 'only', 'only_automate', 'proxy_host', 'proxy_port', 'proxy_user', 'proxy_pass', 'force', 'verbose', 'hosts']
22
cmd = [self.__xstr(self.options.get(o)) for o in options_order if self.options.get(o) is not None]
23
- return [self.binary_path] + cmd + ["www.browserstack.com"]
+ return [self.binary_path] + cmd
24
25
def start(self, **kwargs):
26
for key, value in kwargs.iteritems():
0 commit comments