Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: java.lang.NoClassDefFoundError: org/openqa/selenium/interactions/HasInputDevices #278

Open
umredkarabhijeet opened this issue Aug 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@umredkarabhijeet
Copy link

Describe the bug

Hi, I am getting following error on this line :-

driver = SelfHealingDriver.create(delegate);

java.lang.NoClassDefFoundError: org/openqa/selenium/interactions/HasInputDevices
at com.epam.healenium.utils.ProxyFactory.createDriverProxy(ProxyFactory.java:35)
at com.epam.healenium.SelfHealingDriver.create(SelfHealingDriver.java:45)
at com.epam.healenium.SelfHealingDriver.create(SelfHealingDriver.java:34)

my selenium version is 4.11.0 and healenium-web is 3.2.0.
Could someone help to fix above exception?

How to reproduce the issue

my selenium version is 4.11.0 and healenium-web is 3.2.0.
Could someone help to fix above exception?

Logs appeared during using Healenium

java.lang.NoClassDefFoundError: org/openqa/selenium/interactions/HasInputDevices
at com.epam.healenium.utils.ProxyFactory.createDriverProxy(ProxyFactory.java:35)
at com.epam.healenium.SelfHealingDriver.create(SelfHealingDriver.java:45)
at com.epam.healenium.SelfHealingDriver.create(SelfHealingDriver.java:34)

Expected behavior

No response

Actual behavior

No response

Healenium Web version

3.2.0

Healenium Backend version

3.2.0

Selenium version

4.11.0

Platform

JAVA

Properties file

No response

Additional context

No response

@umredkarabhijeet umredkarabhijeet added the bug Something isn't working label Aug 10, 2024
@umredkarabhijeet
Copy link
Author

@Alex-Reif any updates on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@Alex-Reif @umredkarabhijeet and others