Skip to content

Commit

Permalink
Fix formatting of bulleted list (#1879)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Molina <[email protected]>

[deploy site]
  • Loading branch information
sbabcoc authored Aug 21, 2024
1 parent 38402f3 commit 50ae91e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ This standardized configuration API has been incorporated directly into **HtmlUn
### W3C Remote Protocol Wrapper

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:
* Create and manage driver sessions
* Route driver commands to specified driver sessions
* Package driver method results into HTTP responses
* Create and manage driver sessions
* Route driver commands to specified driver sessions
* Package driver method results into HTTP responses

### HtmlUnit Remote Packaging

Expand Down

0 comments on commit 50ae91e

Please sign in to comment.