8000 Getting ClassCastException on using Actions Class · Issue #701 · retest/recheck-web · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Getting ClassCastException on using Actions Class #701
Open
@PB-08

Description

@PB-08

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0