You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrapped my ChromeDriver in RecheckDriver - driver = new RecheckDriver(new ChromeDriver(Chrome_Options))
Getting following exeption on using Actions class - class de.retest.web.selenium.AutocheckingWebElement cannot be cast to class org.openqa.selenium.interactions.Locatable (de.retest.web.selenium.AutocheckingWebElement and org.openqa.selenium.interactions.Locatable are in unnamed module of loader "app")
java.lang.ClassCastException: class de.retest.web.selenium.AutocheckingWebElement cannot be cast to class org.openqa.selenium.interactions.Locatable (de.retest.web.selenium.AutocheckingWebElement and org.openqa.selenium.interactions.Locatable are in unnamed module of loader "app")
at org.openqa.selenium.interactions.Actions.click(Actions.java:319)
Version -
Java : openjdk 15.0.1 2020-10-20
Selenium : 3.141.59
The text was updated successfully, but these errors were encountered:
PB-08
changed the title
Getting java.lang.ClassCastException Exeption on using Actions Class
Getting ClassCastException Exeption on using Actions Class
Apr 29, 2021
PB-08
changed the title
Getting ClassCastException Exeption on using Actions Class
Getting ClassCastException on using Actions Class
Apr 29, 2021
I wrapped my ChromeDriver in RecheckDriver -
driver = new RecheckDriver(new ChromeDriver(Chrome_Options))
Getting following exeption on using Actions class -
class de.retest.web.selenium.AutocheckingWebElement cannot be cast to class org.openqa.selenium.interactions.Locatable (de.retest.web.selenium.AutocheckingWebElement and org.openqa.selenium.interactions.Locatable are in unnamed module of loader "app")
java.lang.ClassCastException: class de.retest.web.selenium.AutocheckingWebElement cannot be cast to class org.openqa.selenium.interactions.Locatable (de.retest.web.selenium.AutocheckingWebElement and org.openqa.selenium.interactions.Locatable are in unnamed module of loader "app")
at org.openqa.selenium.interactions.Actions.click(Actions.java:319)
Version -
Java : openjdk 15.0.1 2020-10-20
Selenium : 3.141.59
The text was updated successfully, but these errors were encountered: