@@ -25,6 +25,10 @@ HtmlUnit can be used as a [Selenium](https://www.selenium.dev/)
25
25
This integration allows you to use HtmlUnit as a headless browser option within Selenium test suites,
26
26
providing fast execution without the overhead of launching a full browser instance.
27
27
28
+ Please have a look at the [ HtmlUnit Remote] ( https://github.com/HtmlUnit/htmlunit-remote ) project
29
+ if you like to use this driver from Selenium 4 Grid.
30
+
31
+
28
32
## jsoup Bridge
29
33
30
34
The [ htmlunit-jsoup] ( https://github.com/HtmlUnit/htmlunit-jsoup ) library provides utilities
@@ -35,14 +39,13 @@ allowing you to leverage the full ecosystem of jsoup tools
35
39
while maintaining HtmlUnit's JavaScript execution and dynamic content handling.
36
40
37
41
38
- > ** Check out HtmlUnit [ satellite projects] ( https://github.com/orgs/HtmlUnit/repositories ) ** ,
39
- such as:
40
- > * [ HtmlUnit on android] ( https://github.com/HtmlUnit/htmlunit-android )
41
- > * [ Htmlunit - NekoHtml Parser] ( https://github.com/HtmlUnit/htmlunit-neko )
42
- > * [ HtmlUnit - CSSParser] ( https://github.com/HtmlUnit/htmlunit-cssparser )
43
- > * [ HtmlUnit - CSP] ( https://github.com/HtmlUnit/htmlunit-csp )
44
- > * or [ core-js] ( https://github.com/HtmlUnit/htmlunit-core-js ) out Rhino fork (the JS engine)
45
- >
42
+ ## HtmlUnit [ satellite projects] ( https://github.com/orgs/HtmlUnit/repositories )
43
+
44
+ * [ HtmlUnit on android] ( https://github.com/HtmlUnit/htmlunit-android )
45
+ * [ Htmlunit - NekoHtml Parser] ( https://github.com/HtmlUnit/htmlunit-neko )
46
+ * [ HtmlUnit - CSSParser] ( https://github.com/HtmlUnit/htmlunit-cssparser )
47
+ * [ HtmlUnit - CSP] ( https://github.com/HtmlUnit/htmlunit-csp )
48
+ * or [ core-js] ( https://github.com/HtmlUnit/htmlunit-core-js ) out [ Rhino] ( https://github.com/mozilla/rhino ) fork
46
49
47
50
48
51
## Sponsoring
0 commit comments