Skip to content

Commit 00b7840

Browse files
committed
point to the selenium grid also
1 parent d50f2d1 commit 00b7840

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ HtmlUnit can be used as a [Selenium](https://www.selenium.dev/)
2525
This integration allows you to use HtmlUnit as a headless browser option within Selenium test suites,
2626
providing fast execution without the overhead of launching a full browser instance.
2727

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+
2832
## jsoup Bridge
2933

3034
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
3539
while maintaining HtmlUnit's JavaScript execution and dynamic content handling.
3640

3741

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
4649

4750

4851
## Sponsoring

0 commit comments

Comments
 (0)