Skip to content

Commit 8a9f488

Browse files
committed
Adding note to Java 11 HTTP client blog post
[deploy site]
1 parent fb0774d commit 8a9f488

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website_and_docs/content/blog/2022/using-java11-httpclient.md

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ of modern Java releases.
3636

3737
So as a first step towards this move, the Java 11+ HTTP client from Selenium 4.5.0 and above.
3838

39+
{{% alert title="Attention!" color="warning" %}}
40+
If you are using Selenium 4.14 or higher, the
41+
Java 11 HTTP client is used by default. You do not
42+
need to make any changes to your setup. Feel free
43+
to skip the following section.
44+
{{% /alert %}}
45+
3946
### Using Java 11+ HTTP Client in Selenium
4047

4148
#### Prerequisites:

0 commit comments

Comments
 (0)