Skip to content

Commit b8b4a5d

Browse files
authored
py: fix line number of driver quit (#2033)[deploy site]
* py: fix line number of driver quit * change in other languages
1 parent 3c23fd6 commit b8b4a5d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ and it is recommended to always use `quit` to end the session
6565
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >}}
6666
{{< /tab >}}
6767
{{% tab header="Python" %}}
68-
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}}
68+
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L11" >}}
6969
{{% /tab %}}
7070
{{< tab header="CSharp" >}}
7171
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L28" >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ weight: 3
6262
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >}}
6363
{{< /tab >}}
6464
{{% tab header="Python" %}}
65-
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}}
65+
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L11" >}}
6666
{{% /tab %}}
6767
{{< tab header="CSharp" >}}
6868
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L28" >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ and it is recommended to always use `quit` to end the session
6565
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >}}
6666
{{< /tab >}}
6767
{{% tab header="Python" %}}
68-
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}}
68+
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L11" >}}
6969
{{% /tab %}}
7070
{{< tab header="CSharp" >}}
7171
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L28" >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ weight: 3
6363
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >}}
6464
{{< /tab >}}
6565
{{% tab header="Python" %}}
66-
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}}
66+
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L11" >}}
6767
{{% /tab %}}
6868
{{< tab header="CSharp" >}}
6969
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L28" >}}

0 commit comments

Comments
 (0)