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 sounds like it could be a proxy issue. By default, Selenium traffic, which is local for local webdrivers, will obey system proxy settings. To bypass the proxy for local traffic, you can set the environmental variable no_proxy to 127.0.0.1,localhost prior to calling Open Browser. You can do this wherever you feel is best - in a setup (the Operating System library has a Set Environment Variable keyword), a variables file, on the command line prior to running tests, etc.
After install i can't user robotframeowk open browser
Open Browser | http://www.google.com | chrome
I got this error:
HTTPError: HTTP Error 503: Service Unavailable
and no browser open
The text was updated successfully, but these errors were encountered: