Skip to content

Commit c4b850b

Browse files
authored
Add missing line of python code example (SeleniumHQ#1341)
Modify the reference to 'test_wheel.py' for the last python example in actions_api/wheel to add the line 66 to the doc : scroll_origin = ScrollOrigin.from_viewport(10, 10) Co-authored-by: Diego Molina <[email protected]> [deploy site]
1 parent f972c76 commit c4b850b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website_and_docs/content/documentation/webdriver/actions_api/wheel.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ it will result in an exception.
159159
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/WheelTest.java#L73-L76" >}}
160160
{{< /tab >}}
161161
{{< tab header="Python" >}}
162-
{{< gh-codeblock path="examples/python/tests/actions_api/test_wheel.py#L68-L70" >}}
162+
{{< gh-codeblock path="examples/python/tests/actions_api/test_wheel.py#L66-L70" >}}
163163
{{< /tab >}}
164164
{{< tab header="CSharp" >}}
165165
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/WheelTest.cs#L89-L97" >}}

website_and_docs/content/documentation/webdriver/actions_api/wheel.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ it will result in an exception.
159159
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/WheelTest.java#L73-L76" >}}
160160
{{< /tab >}}
161161
{{< tab header="Python" >}}
162-
{{< gh-codeblock path="examples/python/tests/actions_api/test_wheel.py#L68-L70" >}}
162+
{{< gh-codeblock path="examples/python/tests/actions_api/test_wheel.py#L66-L70" >}}
163163
{{< /tab >}}
164164
{{< tab header="CSharp" >}}
165165
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/WheelTest.cs#L89-L97" >}}

website_and_docs/content/documentation/webdriver/actions_api/wheel.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ it will result in an exception.
159159
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/WheelTest.java#L73-L76" >}}
160160
{{< /tab >}}
161161
{{< tab header="Python" >}}
162-
{{< gh-codeblock path="examples/python/tests/actions_api/test_wheel.py#L68-L70" >}}
162+
{{< gh-codeblock path="examples/python/tests/actions_api/test_wheel.py#L66-L70" >}}
163163
{{< /tab >}}
164164
{{< tab header="CSharp" >}}
165165
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/WheelTest.cs#L89-L97" >}}

website_and_docs/content/documentation/webdriver/actions_api/wheel.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ it will result in an exception.
159159
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/WheelTest.java#L73-L76" >}}
160160
{{< /tab >}}
161161
{{< tab header="Python" >}}
162-
{{< gh-codeblock path="examples/python/tests/actions_api/test_wheel.py#L68-L70" >}}
162+
{{< gh-codeblock path="examples/python/tests/actions_api/test_wheel.py#L66-L70" >}}
163163
{{< /tab >}}
164164
{{< tab header="CSharp" >}}
165165
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/WheelTest.cs#L89-L97" >}}

0 commit comments

Comments
 (0)