We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS: Windows 10 Selenium Version: 3.6.0 Browser: HtmlUnitDriver
Browser Version: HtmlUnitDriver 2.27
Should be able to fill input field and read its content.
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.
Just get sources from Example and run it with gradlew.bat build or in your IDE
The text was updated successfully, but these errors were encountered:
Issue moved to SeleniumHQ/htmlunit-driver #60 via ZenHub
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: