Selenium Webdriver integration – Ranorex Forum

ranorex1.png

Hi!

With Ranorex 10.4.0, I’m trying to run a simple web test, using the ranorex site, without display. For that I’m using the selenium webdriver integration and I’ve configured a new endpoint, I’ve started the selenium standalone server, I’ve set the automation root, and I’m using these capabilities:

{
“browserName”: “chrome”,
“chromeOptions”: {
“args” : [“headless”]
}
}

When I run the test, I get this error about casting strings, and I’m a little bit lost for not being able to run the simplest test in the world, and I guess it’s because of the capabilites json.

Can you please tell me what might be the problem?

Thanks!

You do not have the required permissions to view the files attached to this post.

Read more here: Source link