Skip to content

Commit 507cd8c

Browse files
authored
Merge branch 'trunk' into 1276-Expand-Error-Messages-ElementClickInterceptedException
2 parents 3501378 + 8587398 commit 507cd8c

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

website_and_docs/content/documentation/webdriver/drivers/http_client.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These allow you to set various parameters for the HTTP library
1717
{{< badge-code >}}
1818
{{< /tab >}}
1919
{{< tab header="Ruby" >}}
20-
{{< gh-codeblock path="examples/ruby/spec/drivers/http_client_spec.rb#L9-L10" >}}
20+
{{< gh-codeblock path="examples/ruby/spec/drivers/http_client_spec.rb#L7-L8" >}}
2121
{{< /tab >}}
2222
{{< tab header="JavaScript" >}}
2323
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/drivers/http_client.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These allow you to set various parameters for the HTTP library
1717
{{< badge-code >}}
1818
{{< /tab >}}
1919
{{< tab header="Ruby" >}}
20-
{{< gh-codeblock path="examples/ruby/spec/drivers/http_client_spec.rb#L9-L10" >}}
20+
{{< gh-codeblock path="examples/ruby/spec/drivers/http_client_spec.rb#L7-L8" >}}
2121
{{< /tab >}}
2222
{{< tab header="JavaScript" >}}
2323
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/drivers/http_client.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These allow you to set various parameters for the HTTP library
1717
{{< badge-code >}}
1818
{{< /tab >}}
1919
{{< tab header="Ruby" >}}
20-
{{< gh-codeblock path="examples/ruby/spec/drivers/http_client_spec.rb#L9-L10" >}}
20+
{{< gh-codeblock path="examples/ruby/spec/drivers/http_client_spec.rb#L7-L8" >}}
2121
{{< /tab >}}
2222
{{< tab header="JavaScript" >}}
2323
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/drivers/http_client.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ weight: 3
1717
{{< badge-code >}}
1818
{{< /tab >}}
1919
{{< tab header="Ruby" >}}
20-
{{< gh-codeblock path="examples/ruby/spec/drivers/http_client_spec.rb#L9-L10" >}}
20+
{{< gh-codeblock path="examples/ruby/spec/drivers/http_client_spec.rb#L7-L8" >}}
2121
{{< /tab >}}
2222
{{< tab header="JavaScript" >}}
2323
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/drivers/options.en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ effect for the entire session.
336336
{{< tab header="Ruby" >}}
337337
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L51-L52" >}}
338338
{{< /tab >}}
339-
{{< tab header="JavaScript" >}}
340-
{{< badge-code >}}
339+
{{< tab header="JavaScript" text=true >}}
340+
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L38-L41">}}
341341
{{< /tab >}}
342342
{{< tab header="Kotlin" >}}
343343
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/drivers/options.ja.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ fun main() {
324324
{{< tab header="Ruby" >}}
325325
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L51-L52" >}}
326326
{{< /tab >}}
327-
{{< tab header="JavaScript" >}}
328-
{{< badge-code >}}
327+
{{< tab header="JavaScript" text=true >}}
328+
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L38-L41">}}
329329
{{< /tab >}}
330330
{{< tab header="Kotlin" >}}
331331
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/drivers/options.pt-br.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ effect for the entire session.
347347
{{< tab header="Ruby" >}}
348348
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L51-L52" >}}
349349
{{< /tab >}}
350-
{{< tab header="JavaScript" >}}
351-
{{< badge-code >}}
350+
{{< tab header="JavaScript" text=true >}}
351+
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L38-L41">}}
352352
{{< /tab >}}
353353
{{< tab header="Kotlin" >}}
354354
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/drivers/options.zh-cn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ fun main() {
339339
{{< tab header="Ruby" >}}
340340
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L51-L52" >}}
341341
{{< /tab >}}
342-
{{< tab header="JavaScript" >}}
343-
{{< badge-code >}}
342+
{{< tab header="JavaScript" text=true >}}
343+
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L38-L41">}}
344344
{{< /tab >}}
345345
{{< tab header="Kotlin" >}}
346346
{{< badge-code >}}

0 commit comments

Comments
 (0)