Skip to content

Commit 2edd63e

Browse files
committed
Some cleanup after local testing
1 parent 6a5410d commit 2edd63e

16 files changed

+47
-150
lines changed

website_and_docs/content/documentation/webdriver/browsers/chrome.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ You can drive Chrome Cast devices, including sharing tabs
373373
{{< badge-code >}}
374374
{{< /tab >}}
375375
{{% tab header="Python" %}}
376-
{{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L160-164" >}}
376+
{{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L160-L164" >}}
377377
{{% /tab %}}
378378
{{< tab header="CSharp" >}}
379379
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/chrome.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Property value: `"true"` or `"false"`
376376
{{< badge-code >}}
377377
{{< /tab >}}
378378
{{% tab header="Python" %}}
379-
{{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L160-164" >}}
379+
{{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L160-L164" >}}
380380
{{% /tab %}}
381381
{{< tab header="CSharp" >}}
382382
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/chrome.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Pode comandar dispositivos Chrome Cast, incluindo partilhar abas
373373
{{< badge-code >}}
374374
{{< /tab >}}
375375
{{% tab header="Python" %}}
376-
{{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L160-164" >}}
376+
{{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L160-L164" >}}
377377
{{% /tab %}}
378378
{{< tab header="CSharp" >}}
379379
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/chrome.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Chromedriver 和 Chrome 浏览器版本应该匹配, 如果它们不匹配, 驱
374374
{{< badge-code >}}
375375
{{< /tab >}}
376376
{{% tab header="Python" %}}
377-
{{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L160-164" >}}
377+
{{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L160-L164" >}}
378378
{{% /tab %}}
379379
{{< tab header="CSharp" >}}
380380
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/edge.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ You can drive Chrome Cast devices with Edge, including sharing tabs
374374
{{< badge-code >}}
375375
{{< /tab >}}
376376
{{% tab header="Python" %}}
377-
{{< gh-codeblock path="examples/python/tests/browsers/test_edge.py#L158-162" >}}
377+
{{< gh-codeblock path="examples/python/tests/browsers/test_edge.py#L158-L162" >}}
378378
{{% /tab %}}
379379
{{< tab header="CSharp" >}}
380380
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/edge.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ You can drive Chrome Cast devices with Edge, including sharing tabs
376376
{{< badge-code >}}
377377
{{< /tab >}}
378378
{{% tab header="Python" %}}
379-
{{< gh-codeblock path="examples/python/tests/browsers/test_edge.py#L158-162" >}}
379+
{{< gh-codeblock path="examples/python/tests/browsers/test_edge.py#L158-L162" >}}
380380
{{% /tab %}}
381381
{{< tab header="CSharp" >}}
382382
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/edge.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ You can drive Chrome Cast devices with Edge, including sharing tabs
376376
{{< badge-code >}}
377377
{{< /tab >}}
378378
{{% tab header="Python" %}}
379-
{{< gh-codeblock path="examples/python/tests/browsers/test_edge.py#L158-162" >}}
379+
{{< gh-codeblock path="examples/python/tests/browsers/test_edge.py#L158-L162" >}}
380380
{{% /tab %}}
381381
{{< tab header="CSharp" >}}
382382
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/edge.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ You can drive Chrome Cast devices with Edge, including sharing tabs
376376
{{< badge-code >}}
377377
{{< /tab >}}
378378
{{% tab header="Python" %}}
379-
{{< gh-codeblock path="examples/python/tests/browsers/test_edge.py#L158-162" >}}
379+
{{< gh-codeblock path="examples/python/tests/browsers/test_edge.py#L158-L162" >}}
380380
{{% /tab %}}
381381
{{< tab header="CSharp" >}}
382382
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/firefox.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ options.setProfile(profile);
109109
driver = new FirefoxDriver(options);
110110
{{< /tab >}}
111111
{{< tab header="Python" text=true >}}
112-
{{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L155-158" >}}
112+
{{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L152-L155" >}}
113113
{{< /tab >}}
114114
{{< tab header="CSharp" >}}
115115
var options = new FirefoxOptions();
@@ -412,7 +412,7 @@ please refer to the
412412
{{< badge-code >}}
413413
{{< /tab >}}
414414
{{% tab header="Python" %}}
415-
{{< gh-codeblock path="examples/python/tests/browsers/test_firefox.py#L141-142" >}}
415+
{{< gh-codeblock path="examples/python/tests/browsers/test_firefox.py#L138-L139" >}}
416416
{{% /tab %}}
417417
{{< tab header="CSharp" >}}
418418
{{< badge-code >}}
@@ -439,7 +439,7 @@ please refer to the
439439
{{< badge-code >}}
440440
{{< /tab >}}
441441
{{% tab header="Python" %}}
442-
{{< gh-codeblock path="examples/python/tests/browsers/test_firefox.py#L149" >}}
442+
{{< gh-codeblock path="examples/python/tests/browsers/test_firefox.py#L146" >}}
443443
{{% /tab %}}
444444
{{< tab header="CSharp" >}}
445445
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/firefox.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ options.setProfile(profile);
113113
driver = new RemoteWebDriver(options);
114114
{{< /tab >}}
115115
{{< tab header="Python" text=true >}}
116-
{{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L155-158" >}}
116+
{{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L152-155" >}}
117117
{{< /tab >}}
118118
{{< tab header="CSharp" >}}
119119
var options = new FirefoxOptions();
@@ -419,7 +419,7 @@ please refer to the
419419
{{< badge-code >}}
420420
{{< /tab >}}
421421
{{% tab header="Python" %}}
422-
{{< gh-codeblock path="examples/python/tests/browsers/test_firefox.py#L141-142" >}}
422+
{{< gh-codeblock path="examples/python/tests/browsers/test_firefox.py#L138-139" >}}
423423
{{% /tab %}}
424424
{{< tab header="CSharp" >}}
425425
{{< badge-code >}}
@@ -446,7 +446,7 @@ please refer to the
446446
{{< badge-code >}}
447447
{{< /tab >}}
448448
{{% tab header="Python" %}}
449-
{{< gh-codeblock path="examples/python/tests/browsers/test_firefox.py#L149" >}}
449+
{{< gh-codeblock path="examples/python/tests/browsers/test_firefox.py#L146" >}}
450450
{{% /tab %}}
451451
{{< tab header="CSharp" >}}
452452
{{< badge-code >}}

0 commit comments

Comments
 (0)