-
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, I initialize a new WebDriver:
…
-
Hi, in the testing section, it could be interesting to add htmltunit as we can perform the same kind of tasks than Selenium
![image](https://user-images.githubusercontent.com/5235127/101217812-151c…
-
The Jenkins project has a large number of integration tests that run in the [HtmlUnit](https://htmlunit.org/) browser, a Java-based headless browser based on [Rhino](https://github.com/mozilla/rhino) …
-
how to add htmlunit driver, so I can use it with sg-extra ?
Following : https://github.com/SeleniumHQ/htmlunit-driver
I tried to modify node_5555.bat, but it seems this file is created on the fly (i…
-
Hi,
It would be great if HtmlUnit could handle Cloudflare JS redirect ([details](https://support.cloudflare.com/hc/en-us/articles/200170076-Understanding-Cloudflare-Under-Attack-mode-advanced-DDOS-…
-
@rhusar I struggled a bit with TomEE.
Version 9.1 supports only JakartaEE 9.1 (https://tomee.apache.org/comparison.html)
There is at least one test that fails (`org.jboss.arquillian.warp.jsf.ftest…
-
I have an HTML loading multiple scripts:
```html
...
```
scriptDeclaringAGlobalVar.js:
```js
var aGlobalVar = "hello"
```
scriptReadingAGlobalVar.js:
```js
$(document).re…
-
The project I created using Vue/vite/TS cannot load external JS.
```shell
23:12:33.326 [main] DEBUG com.gargoylesoftware.htmlunit.util.EncodingSniffer - Encoding found in meta tag: 'UTF-8'.
23:12…
-
I have only one question: is it possible to take screenshots of the web page with htmlunit?
I couldn't find any function on this repo that do that.
-
**Is your feature request related to a problem? Please describe.**
This is a port of the https://github.com/jakartaee/cdi-tck/issues/441 to the new CDI EE TCK
According to https://github.com/jakar…