-
It seems the CDATA scanning is behaving different after below commit,
https://github.com/HtmlUnit/htmlunit-neko/commit/49a31c089482088aca57facb20e1a15792cfc3bd
For example if it has to scan `` it …
-
Using HtmlUnitDriver 4.23.0, I observe an ugly EvaluatorException when calling a minimal Jakarta Faces page with just an Ajax call:
```
org.htmlunit.corejs.javascript.EvaluatorException: syntax er…
-
[CodeFlowTest](https://github.com/quarkusio/quarkus-quickstarts/blob/f7578655242cadc1ed7451b3a3d53e06bdfb7ecd/security-openid-connect-web-authentication-quickstart/src/test/java/org/acme/security/open…
-
Using BestScore parser, our log is filled up with messages like this:
23:49:13,358 WARN: com.gargoylesoftware.htmlunit.javascript.host.css.CSSStyleSheet - CSSValue '56.25em' has to be a 'px' value.…
-
- **ParallelExecutionSpec** - _Flaky in CI_
```
ParallelExecutionSpec > GebReportingSpec supports parallel execution at feature level FAILED
Condition not satisfied:
reportFileTestCounte…
-
Hi, I'm trying to use a proxy server but I only get "org.apache.http.conn.ConnectTimeoutException". This is the code I'm using. I've tried 3 methods for setting the PROXY server xD
```
String url …
-
HtmlUnit 4.4.0 on Java 22
```
======= EXCEPTION START ========
Exception class=[org.htmlunit.corejs.javascript.EvaluatorException]
org.htmlunit.ScriptException: missing ) after formal parameters…
-
@rbri Is it possible to solve the below issue in the Older version of htmlunit-neko jar specifically in the neko-htmlunit-3.11.2.jar.
[https://github.com/HtmlUnit/htmlunit-neko/issues/119](https:/…
-
Caused by: java.lang.RuntimeException: com.gargoylesoftware.htmlunit.ScriptException: Wrapped com.gargoylesoftware.htmlunit.ScriptException: Wrapped com.gargoylesoftware.htmlunit.ScriptException: Wrap…
-
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:
…