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
Using pytest-selenium v.4 and selenium grid v4 I got the "Message: Unable to find handler for (POST) /wd/hub/session".
Selenium 4 changes the URL. It's no longer behind /wd/hub, but In remote.py the executor has /wd/hub
The text was updated successfully, but these errors were encountered:
Using pytest-selenium v.4 and selenium grid v4 I got the "Message: Unable to find handler for (POST) /wd/hub/session". Selenium 4 changes the URL. It's no longer behind /wd/hub, but In remote.py the executor has /wd/hub
Thanks for reporting!
Looks like the new path is just /, can you confirm @infertest ?
Using pytest-selenium v.4 and selenium grid v4 I got the "Message: Unable to find handler for (POST) /wd/hub/session".
Selenium 4 changes the URL. It's no longer behind /wd/hub, but In remote.py the executor has /wd/hub
The text was updated successfully, but these errors were encountered: