Open
Description
the proxy option doesn't work.
I was able to open the local connection using the browserstacklocal.exe using this command:
BrowserStackLocal.exe --key xxxxxxxx --local-proxy-host 10.2.2.2 --local-proxy-port 80 --force-proxy --force-local
But it doesn't work if i add
new KeyValuePair<string, string>("proxyHost", "10.2.2.2")
new KeyValuePair<string, string>("proxyPort", "80")
I get the error:
An unhandled exception of type 'System.Exception' occurred in BrowserStackLocal.dll
Additional information: Binary not found or failed to launch. Make sure that BrowserStackLocal.exe is not already running.
Metadata
Metadata
Assignees
Labels
No labels