browserstack / browserstack-local-java

Java bindings for BrowserStack Local
https://www.browserstack.com
MIT License
18 stars 34 forks source link

localProxyHost requires an additional dash #61

Open mattonem opened 2 years ago

mattonem commented 2 years ago

We add some syntactic sugar for proxyHost, Local will automatically add a dash a that beginning of the parameter name. see link: https://github.com/browserstack/browserstack-local-java/blob/3ffdab3366fa24e6d0809da5093b200cf7be8794/src/main/java/com/browserstack/local/Local.java#L42 But don't have the same behavior with localProxyHost. So we must use -localProxyHost instead.

Same for localProxyPort