Vrtgs/thirtyfour

Error creating new session: webdriver server gave non-conformant response

Closed this issue · 2 comments

Hi I'm trying to run the selenium_example against the selenium driver 4.3.0. It erros with the following message:
Screen Shot 2022-06-30 at 12 53 05 AM
Appreciate any help or pointers to where the problem might be!

Hmm, I'm seeing this error if I use the wrong URL (for example http://localhost:4444/wd/hub, which is what it used to be for selenium 3.x). The example was updated when switching to the fantoccini backend and now it points to http://localhost:4444 without the /wd/hub path.

I believe with selenium 4.x it no longer wants /wd/hub in the path.

Try it with/without and see if that helps. It may be that you are using an old version of thirtyfour and just need to git pull to update to the latest?

Closing due to inactivity