Description
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