Hello community,
today I try Selenium server as endpoint to Ranorex, but without success. I record a few easy activities and replay it normal, it works without any problems. Then I change the endpoint to Selenium Server - which runs well in the background, and I got an error message:
It seems that the error arises here:
I don't know the reason, but I assume it is a casting error. Hope somebody can help me with a tip or hint.
Thanks for your effort.
Cheers
Stefan
Error with Selenium Server 3.5.2
- Stefan Schnell
- Posts: 7
- Joined: Wed Aug 16, 2017 1:54 pm
- Location: Bonn, Germany
Re: Error with Selenium Server 3.5.2
Hello Stefan,
I have seen this before. Unfortunately, I was not able to replicate it now. I recall that I have deleted the JSON capabilities or the whole endpoint configuration and then it was working again. Can you try that?
Regards,
McTurtle
I have seen this before. Unfortunately, I was not able to replicate it now. I recall that I have deleted the JSON capabilities or the whole endpoint configuration and then it was working again. Can you try that?
Regards,
McTurtle
- Stefan Schnell
- Posts: 7
- Joined: Wed Aug 16, 2017 1:54 pm
- Location: Bonn, Germany
Re: Error with Selenium Server 3.5.2
Hello McTurtle,
thank you very much for your reply, the confirmation of this error and the hint to delete the whole endpoint configuration. I tried it but without success, the error appears furthermore.
Best regards
Stefan
thank you very much for your reply, the confirmation of this error and the hint to delete the whole endpoint configuration. I tried it but without success, the error appears furthermore.
Best regards
Stefan
- Stefan Schnell
- Posts: 7
- Joined: Wed Aug 16, 2017 1:54 pm
- Location: Bonn, Germany
Re: Error with Selenium Server 3.5.2
Hello community,
the problem is solved, I use an incomplete web driver address.
Instead of
I use
Thanks to Tomaž Fekonja for his great support.
Cheers
Stefan
the problem is solved, I use an incomplete web driver address.
Instead of
Code: Select all
http://localhost:4444/wd/hub
Code: Select all
http://localhost:4444
Cheers
Stefan