htmlunit-driver
htmlunit-driver copied to clipboard
WebDriver compatible driver for HtmlUnit headless browser.
I'm trying to run my automated tests headless with this driver, but it does not work, because the RelativeLocator seems to have 2 Problems: 1. It uses an injected Javascript...
Concurrent access when using iframes. The same error described here for firefox happens with htmlunit-driver: https://bugzilla.mozilla.org/show_bug.cgi?id=1833637 and here https://github.com/gwtproject/gwt/pull/9800 The proposed bugfix for GWT works, but the problem seems to...
In order for Selenium 4 **NodeOptions** to resolve the "htmlunit" browser name to **HtmlUnitDriver**, it needs an implementation of the **WebDriverInfo** to provide the association. Without this service provider implementation,...
How to setting proxy authorization with username/passwd in ubuntu-server 18.04 env? I found lots of example but dont reslove my requirement to scrape the web like : (https://developer.apple.com/documentation/accelerate/bnns/shape/3656199-init) thanks!
## **User description** I have refactored Design Smells and Implementation Smells to improve code readability and code quality ___ ## **Type** enhancement, bug_fix ___ ## **Description** - Introduced `ProxyConfigurationManager` to...
### **User description** Instead of using the `importOptions` method to duplicate every option, set the individual options directly via the **Capabilities** API. ___ ### **PR Type** Enhancement ___ ### **Description**...
Hi everyone! I am super excited to see there is something compatible with Selenium that I can use to unit test with. My test works as follows: In the constructor,...
The page https://github.com/SeleniumHQ/htmlunit-driver/blob/master/docs/compatibility.md says that the version of Selenium and the driver should be equal, but I miss to find 4.31.0 and 4.32.0 of the htmlunit-driver.
In com.gargoylesoftware.htmlunit.html.HtmlForm:submit the first HttpPost is done through Javascript call. Then webClient.download is called and a second HttpPost is done. This behavior is causing a problem with Okta authentication server...
When I call ```java driver.get("C:\\Users\\User\\Path\\HtmlUnit-tests\\src\\test\\resources\\scrollTable.html"); ``` I get ``` java.io.IOException: Unable to create URI from URL: c:\Users\User\Path\HtmlUnit-tests\src\test\resources\scrollTable.html (reason: Illegal character in path at index 5: c:///\Users\User\Path\HtmlUnit-tests\src\test\resources\scrollTable.html) ``` Running on Windows....