Skip to content

Commit

Permalink
Adding image to HTML Unit Remote post
Browse files Browse the repository at this point in the history
[deploy site]
  • Loading branch information
diemol committed Aug 22, 2024
1 parent ae8656d commit 9d1f0ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ date: 2024-08-19
tags: ["Grid", "HtmlUnitDriver"]
categories: ["Grid"]
author: Scott Babcock [@sbabcoc](https://www.github.com/sbabcoc)
images:
- "/images/blog/2024/html-unit-remote.jpg"
description: >
This post describes 'HtmlUnit Remote', a wrapper for HtmlUnitDriver that enables Selenium 4 Grid to manage remote instances of this "headless" browser.
---
Expand Down Expand Up @@ -81,4 +83,4 @@ The `grid-extension` artifact provides all of the specifications and service pro

In operation, **HtmlUnitDriverService** is instantiated by **Selenium 4 Grid** node servers that are configured to support **HtmlUnitDriver**. Unlike other driver services, which launch a new process for each created driver session, **HtmlUnitDriverService** starts a single in-process server that hosts all of the driver sessions it creates.

_This is a guest blog post by [Scott Babcock](https://www.github.com/sbabcoc)_
_This is a guest blog post by [Scott Babcock](https://www.github.com/sbabcoc)_
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d1f0ed

Please sign in to comment.