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

Cant read input field with selenium 3.6 and htmlunitdriver 2.27 #4935

Closed
Ben1980 opened this issue Oct 24, 2017 · 1 comment
Closed

Cant read input field with selenium 3.6 and htmlunitdriver 2.27 #4935

Ben1980 opened this issue Oct 24, 2017 · 1 comment

Comments

@Ben1980
Copy link

Ben1980 commented Oct 24, 2017

Meta -

OS: Windows 10
Selenium Version: 3.6.0
Browser: HtmlUnitDriver

Browser Version: HtmlUnitDriver 2.27

Expected Behavior -

Should be able to fill input field and read its content.

Actual Behavior -

With artifacts:
org.seleniumhq.selenium:selenium-api:3.6.0
org.seleniumhq.selenium:selenium-java:3.6.0
org.seleniumhq.selenium:htmlunit-driver:2.27
Causing NoSuchMethodError: com.gargoylesoftware.htmlunit.html.Keyboard and getAttribute("value") returns empty string.

With artifacts:
org.seleniumhq.selenium:selenium-api:2.53.1
org.seleniumhq.selenium:selenium-java:2.53.1
Everthing is fine.

Steps to reproduce -

Just get sources from Example and run it with gradlew.bat build or in your IDE

@barancev
Copy link
Member

Issue moved to SeleniumHQ/htmlunit-driver #60 via ZenHub

@lock lock bot locked and limited conversation to collaborators Aug 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants