Skip to content

Commit 9d1f0ed

Browse files
committed
Adding image to HTML Unit Remote post
[deploy site]
1 parent ae8656d commit 9d1f0ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ date: 2024-08-19
55
tags: ["Grid", "HtmlUnitDriver"]
66
categories: ["Grid"]
77
author: Scott Babcock [@sbabcoc](https://www.github.com/sbabcoc)
8+
images:
9+
- "/images/blog/2024/html-unit-remote.jpg"
810
description: >
911
This post describes 'HtmlUnit Remote', a wrapper for HtmlUnitDriver that enables Selenium 4 Grid to manage remote instances of this "headless" browser.
1012
---
@@ -81,4 +83,4 @@ The `grid-extension` artifact provides all of the specifications and service pro
8183

8284
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.
8385

84-
_This is a guest blog post by [Scott Babcock](https://www.github.com/sbabcoc)_
86+
_This is a guest blog post by [Scott Babcock](https://www.github.com/sbabcoc)_
354 KB
Loading

0 commit comments

Comments
 (0)