Error while running tests from Ranorex

Hi Tom,

The tests were timing out because the default timeout specified in the Ranorex webdriver configuration is 10 sec.

You can increase that by following these steps :

  1. On the Ranorex Dashboard, click on the settings icon :

  2. Go-to Plugins - > WebDriver → WebDriver Command Timeout.

  3. Change the timeout to any higher value i.e 60s or more.

After doing these changes, you should not experience this error anymore.

1 Like