I've tried to test our Website made with SmartGwt2.1 with webdriver 2.37, but the SmartClientWebdriver from the SmartClient 9 does not work with the SClocatort together.
I've tried to test severeal Combinations of Versions of Webdreiver 2.31 and 2.37 with the isomorphic_webdriver.jar Klasses
with the Version 2.37 of the Webdriver I get the folowing Excetion:
Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/HasInputDevices
Be sure your post includes:
With Version 2.31 of the Webdriver get this Exception:
org.openqa.selenium.WebDriverException: waiting for evaluate.js load failed
Is ist Possible to use the Webdriver in this way?
I've tried to test severeal Combinations of Versions of Webdreiver 2.31 and 2.37 with the isomorphic_webdriver.jar Klasses
with the Version 2.37 of the Webdriver I get the folowing Excetion:
Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/HasInputDevices
Be sure your post includes:
With Version 2.31 of the Webdriver get this Exception:
org.openqa.selenium.WebDriverException: waiting for evaluate.js load failed
Is ist Possible to use the Webdriver in this way?
Comment