Skip to content

Commit c466633

Browse files
committed
Fixing code reference
[deploy site]
1 parent 4610213 commit c466633

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

website_and_docs/content/documentation/webdriver/bidirectional/bidi_api_remotewebdriver.en.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ With Selenium, you can automate the input of basic auth credentials whenever the
1313

1414
{{< tabpane text=true langEqualsHeader=true >}}
1515
{{< tab header="Java" >}}
16-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L72-90" >}}
16+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L72-90" >}}
1717
{{< /tab >}}
1818
{{< /tabpane >}}
1919

@@ -25,7 +25,7 @@ element in the DOM.
2525

2626
{{< tabpane text=true langEqualsHeader=true >}}
2727
{{< tab header="Java" >}}
28-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L101-124" >}}
28+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L101-124" >}}
2929
{{< /tab >}}
3030
{{< /tabpane >}}
3131

@@ -35,15 +35,15 @@ Listen to the `console.log` events and register callbacks to process the event.
3535

3636
{{< tabpane text=true langEqualsHeader=true >}}
3737
{{< tab header="Java" >}}
38-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L139-155" >}}
38+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L139-155" >}}
3939
{{< /tab >}}
4040
{{< /tabpane >}}
4141

4242
## Actions causing JS exceptions
4343

4444
{{< tabpane text=true langEqualsHeader=true >}}
4545
{{< tab header="Java" >}}
46-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L164-171" >}}
46+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L164-171" >}}
4747
{{< /tab >}}
4848
{{< /tabpane >}}
4949

@@ -54,7 +54,7 @@ it with the following examples.
5454

5555
{{< tabpane text=true langEqualsHeader=true >}}
5656
{{< tab header="Java" >}}
57-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L188-L198" >}}
57+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L188-L198" >}}
5858
{{< /tab >}}
5959
{{< /tabpane >}}
6060

website_and_docs/content/documentation/webdriver/bidirectional/bidi_api_remotewebdriver.ja.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ With Selenium, you can automate the input of basic auth credentials whenever the
2222

2323
{{< tabpane text=true langEqualsHeader=true >}}
2424
{{< tab header="Java" >}}
25-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L72-90" >}}
25+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L72-90" >}}
2626
{{< /tab >}}
2727
{{< /tabpane >}}
2828

@@ -34,7 +34,7 @@ element in the DOM.
3434

3535
{{< tabpane text=true langEqualsHeader=true >}}
3636
{{< tab header="Java" >}}
37-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L101-124" >}}
37+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L101-124" >}}
3838
{{< /tab >}}
3939
{{< /tabpane >}}
4040

@@ -44,15 +44,15 @@ Listen to the `console.log` events and register callbacks to process the event.
4444

4545
{{< tabpane text=true langEqualsHeader=true >}}
4646
{{< tab header="Java" >}}
47-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L139-155" >}}
47+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L139-155" >}}
4848
{{< /tab >}}
4949
{{< /tabpane >}}
5050

5151
## Actions causing JS exceptions
5252

5353
{{< tabpane text=true langEqualsHeader=true >}}
5454
{{< tab header="Java" >}}
55-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L164-171" >}}
55+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L164-171" >}}
5656
{{< /tab >}}
5757
{{< /tabpane >}}
5858

@@ -63,7 +63,7 @@ it with the following examples.
6363

6464
{{< tabpane text=true langEqualsHeader=true >}}
6565
{{< tab header="Java" >}}
66-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L188-L198" >}}
66+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L188-L198" >}}
6767
{{< /tab >}}
6868
{{< /tabpane >}}
6969

website_and_docs/content/documentation/webdriver/bidirectional/bidi_api_remotewebdriver.pt-br.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ With Selenium, you can automate the input of basic auth credentials whenever the
2121

2222
{{< tabpane text=true langEqualsHeader=true >}}
2323
{{< tab header="Java" >}}
24-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L72-90" >}}
24+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L72-90" >}}
2525
{{< /tab >}}
2626
{{< /tabpane >}}
2727

@@ -33,7 +33,7 @@ element in the DOM.
3333

3434
{{< tabpane text=true langEqualsHeader=true >}}
3535
{{< tab header="Java" >}}
36-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L101-124" >}}
36+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L101-124" >}}
3737
{{< /tab >}}
3838
{{< /tabpane >}}
3939

@@ -43,15 +43,15 @@ Listen to the `console.log` events and register callbacks to process the event.
4343

4444
{{< tabpane text=true langEqualsHeader=true >}}
4545
{{< tab header="Java" >}}
46-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L139-155" >}}
46+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L139-155" >}}
4747
{{< /tab >}}
4848
{{< /tabpane >}}
4949

5050
## Actions causing JS exceptions
5151

5252
{{< tabpane text=true langEqualsHeader=true >}}
5353
{{< tab header="Java" >}}
54-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L164-171" >}}
54+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L164-171" >}}
5555
{{< /tab >}}
5656
{{< /tabpane >}}
5757

@@ -62,7 +62,7 @@ it with the following examples.
6262

6363
{{< tabpane text=true langEqualsHeader=true >}}
6464
{{< tab header="Java" >}}
65-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L188-L198" >}}
65+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L188-L198" >}}
6666
{{< /tab >}}
6767
{{< /tabpane >}}
6868

website_and_docs/content/documentation/webdriver/bidirectional/bidi_api_remotewebdriver.zh-cn.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ With Selenium, you can automate the input of basic auth credentials whenever the
2222

2323
{{< tabpane text=true langEqualsHeader=true >}}
2424
{{< tab header="Java" >}}
25-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L72-90" >}}
25+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L72-90" >}}
2626
{{< /tab >}}
2727
{{< /tabpane >}}
2828

@@ -34,7 +34,7 @@ element in the DOM.
3434

3535
{{< tabpane text=true langEqualsHeader=true >}}
3636
{{< tab header="Java" >}}
37-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L101-124" >}}
37+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L101-124" >}}
3838
{{< /tab >}}
3939
{{< /tabpane >}}
4040

@@ -44,15 +44,15 @@ Listen to the `console.log` events and register callbacks to process the event.
4444

4545
{{< tabpane text=true langEqualsHeader=true >}}
4646
{{< tab header="Java" >}}
47-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L139-155" >}}
47+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L139-155" >}}
4848
{{< /tab >}}
4949
{{< /tabpane >}}
5050

5151
## Actions causing JS exceptions
5252

5353
{{< tabpane text=true langEqualsHeader=true >}}
5454
{{< tab header="Java" >}}
55-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L164-171" >}}
55+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L164-171" >}}
5656
{{< /tab >}}
5757
{{< /tabpane >}}
5858

@@ -63,7 +63,7 @@ it with the following examples.
6363

6464
{{< tabpane text=true langEqualsHeader=true >}}
6565
{{< tab header="Java" >}}
66-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemotewebdriverTest.java#L188-L198" >}}
66+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/BidiApiRemoteWebdriverTest.java#L188-L198" >}}
6767
{{< /tab >}}
6868
{{< /tabpane >}}
6969

0 commit comments

Comments
 (0)