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
When starting edge with selenium and edgedriver, we get an exception The HTTP request to the remote WebDriver server for URL http://localhost:51498/session timed out after 60 seconds. This only happens when edge is started from a different location than the typical installation location in program files (we do this for testing with older edge versions).
This problem happens since edge v120, everything worked fine before that.
When starting edge with selenium and edgedriver, we get an exception
The HTTP request to the remote WebDriver server for URL http://localhost:51498/session timed out after 60 seconds.
This only happens when edge is started from a different location than the typical installation location in program files (we do this for testing with older edge versions).This problem happens since edge v120, everything worked fine before that.
A small reproduction can be found in https://github.com/Frazerus/TestIt/tree/bugreport_edge_v121, for C# and python.
The text was updated successfully, but these errors were encountered: