Skip to content

Commit 50ae91e

Browse files
authored
Fix formatting of bulleted list (#1879)
Co-authored-by: Diego Molina <diemol@users.noreply.github.com> [deploy site]
1 parent 38402f3 commit 50ae91e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website_and_docs/content/blog/2024/htmlunit-remote-for-selenium-4-grid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ This standardized configuration API has been incorporated directly into **HtmlUn
3939
### W3C Remote Protocol Wrapper
4040

4141
With full standardized configurability in place, the next step was to create a server that implements the [W3C WebDriver protocol](https://www.w3.org/TR/webdriver2). The **HtmlUnitDriverServer** functions as a remote protocol wrapper around one or more **HtmlUnitDriver** sessions, performing the following tasks:
42-
* Create and manage driver sessions
43-
* Route driver commands to specified driver sessions
44-
* Package driver method results into HTTP responses
42+
* Create and manage driver sessions
43+
* Route driver commands to specified driver sessions
44+
* Package driver method results into HTTP responses
4545

4646
### HtmlUnit Remote Packaging
4747

0 commit comments

Comments
 (0)