We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0774d commit 8a9f488Copy full SHA for 8a9f488
website_and_docs/content/blog/2022/using-java11-httpclient.md
@@ -36,6 +36,13 @@ of modern Java releases.
36
37
So as a first step towards this move, the Java 11+ HTTP client from Selenium 4.5.0 and above.
38
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
+
46
### Using Java 11+ HTTP Client in Selenium
47
48
#### Prerequisites:
0 commit comments