You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.driver = new Builder()
.forBrowser(browserName)
.setPorxy(proxy.shocks(''))
.build();
Error show:
Uncaught WebDriverError: unknown error: cannot parse capability: proxy
from unknown error: proxyType is 'manual' but no manual proxy capabilities were found
The text was updated successfully, but these errors were encountered:
When add setProtxy() some error show:
this.driver = new Builder()
.forBrowser(browserName)
.setPorxy(proxy.shocks(''))
.build();
Error show:
Uncaught WebDriverError: unknown error: cannot parse capability: proxy
from unknown error: proxyType is 'manual' but no manual proxy capabilities were found
The text was updated successfully, but these errors were encountered: