File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
website_and_docs/content/documentation/webdriver/drivers Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ weight: 3
8
8
9
9
{{< tabpane text=true >}}
10
10
{{< tab header="Java" >}}
11
- {{< badge-code >}}
11
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/HttpClientTest.java" >}}
12
12
{{< /tab >}}
13
13
{{% tab header="Python" %}}
14
- {{< badge-code >}}
14
+ {{< gh-codeblock path="examples/python/tests/drivers/test_http_client.py" >}}
15
15
{{% /tab %}}
16
16
{{< tab header="CSharp" >}}
17
17
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ These allow you to set various parameters for the HTTP library
8
8
9
9
{{< tabpane text=true >}}
10
10
{{< tab header="Java" >}}
11
- {{< badge-code >}}
11
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/HttpClientTest.java" >}}
12
12
{{< /tab >}}
13
13
{{% tab header="Python" %}}
14
- {{< badge-code >}}
14
+ {{< gh-codeblock path="examples/python/tests/drivers/test_http_client.py" >}}
15
15
{{% /tab %}}
16
16
{{< tab header="CSharp" >}}
17
17
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ weight: 3
8
8
9
9
{{< tabpane text=true >}}
10
10
{{< tab header="Java" >}}
11
- {{< badge-code >}}
11
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/HttpClientTest.java" >}}
12
12
{{< /tab >}}
13
13
{{% tab header="Python" %}}
14
- {{< badge-code >}}
14
+ {{< gh-codeblock path="examples/python/tests/drivers/test_http_client.py" >}}
15
15
{{% /tab %}}
16
16
{{< tab header="CSharp" >}}
17
17
{{< badge-code >}}
You can’t perform that action at this time.
0 commit comments