Skip to content

Commit b44fc0e

Browse files
authored
Merge branch 'trunk' into update-python-browsers-docs
2 parents ace9002 + 6aa5332 commit b44fc0e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

examples/dotnet/SeleniumDocs/SeleniumDocs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
1010
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.7.1" />
1111
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
1212
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />

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

website_and_docs/data/sponsors.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ bronze:
9494
# Set to false if no items are present
9595
enable: true
9696
item:
97+
# Sponsorship start date: Aug 21, 2024
98+
- logo: "/images/sponsors/testingbot.png"
99+
url: "https://testingbot.com/"
100+
name: "Selenium Cloud Testing - TestingBot"
97101
# Sponsorship start date: Jul 12, 2024
98102
- logo: "/images/sponsors/route4me-logo.png"
99103
url: "https://route4me.com/"
Loading

0 commit comments

Comments
 (0)