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
[js] Fix a handful of errors encountered with the edge driver
1. findElements will return a NoSuchElementError if nothing is found. Catch
this and return an empty list
2. remote.DriverService tries to connect to the loopback address by default,
but EdgeDriver binds host to "localhost" by default. We cannot make the
driver bind to the loopback address without admin privileges, so change
the client to just connect to localhost
0 commit comments