@@ -25,7 +25,7 @@ This is useful for focusing a specific element:
2525{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L22-L25" >}}
2626{{< /tab >}}
2727{{< tab header="Python" >}}
28- {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L12-L15 " >}}
28+ {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L14-L17 " >}}
2929{{< /tab >}}
3030{{< tab header="CSharp" >}}
3131{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L17-L20" >}}
@@ -51,7 +51,7 @@ This is otherwise known as "clicking":
5151{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L34-L37" >}}
5252{{< /tab >}}
5353{{< tab header="Python" >}}
54- {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L24-L27 " >}}
54+ {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L26-L29 " >}}
5555{{< /tab >}}
5656{{< tab header="CSharp" >}}
5757{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L30-L33" >}}
@@ -86,7 +86,7 @@ This is otherwise known as "right-clicking":
8686{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L46-L49" >}}
8787{{< /tab >}}
8888{{< tab header="Python" >}}
89- {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L35-L38 " >}}
89+ {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L37-L40 " >}}
9090{{< /tab >}}
9191{{< tab header="CSharp" >}}
9292{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L43-L46" >}}
@@ -112,7 +112,7 @@ There is no convenience method for this, it is just pressing and releasing mouse
112112{{< /tab >}}
113113{{< tab header="Python" >}}
114114{{< badge-version version="4.2" >}}
115- {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L49-L52 " >}}
115+ {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L51-L54 " >}}
116116{{< /tab >}}
117117{{< tab header="CSharp" >}}
118118{{< badge-version version="4.2" >}}
@@ -141,7 +141,7 @@ There is no convenience method for this, it is just pressing and releasing mouse
141141{{< /tab >}}
142142{{< tab header="Python" >}}
143143{{< badge-version version="4.2" >}}
144- {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L63-L66 " >}}
144+ {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L65-L68 " >}}
145145{{< /tab >}}
146146{{< tab header="CSharp" >}}
147147{{< badge-version version="4.2" >}}
@@ -169,7 +169,7 @@ This method combines moving to the center of an element with pressing and releas
169169{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L93-L96" >}}
170170{{< /tab >}}
171171{{< tab header="Python" >}}
172- {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L74-L77 " >}}
172+ {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L76-L79 " >}}
173173{{< /tab >}}
174174{{< tab header="CSharp" >}}
175175{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L91-L94" >}}
@@ -196,7 +196,7 @@ Note that the element must be in the viewport or else the command will error.
196196{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L105-L108" >}}
197197{{< /tab >}}
198198{{< tab header="Python" >}}
199- {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L85-L88 " >}}
199+ {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L87-L90 " >}}
200200{{< /tab >}}
201201{{< tab header="CSharp" >}}
202202{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L104-L107" >}}
@@ -228,7 +228,7 @@ then moves by the provided offset.
228228{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L118-L121" >}}
229229{{< /tab >}}
230230{{< tab header="Python" >}}
231- {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L96-L99 " >}}
231+ {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L98-L101 " >}}
232232{{< /tab >}}
233233{{< tab header="CSharp" >}}
234234{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L132-L135" >}}
@@ -254,7 +254,7 @@ offset.
254254{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L131-L136" >}}
255255{{< /tab >}}
256256{{< tab header="Python" >}}
257- {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L108- L110" >}}
257+ {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L110-L112 " >}}
258258{{< /tab >}}
259259{{< tab header="CSharp" >}}
260260{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L146-L150" >}}
@@ -286,7 +286,7 @@ the current mouse position.
286286{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L153-L155" >}}
287287{{< /tab >}}
288288{{< tab header="Python" >}}
289- {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L124- L126" >}}
289+ {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L126-L128 " >}}
290290{{< /tab >}}
291291{{< tab header="CSharp" >}}
292292{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L167-L169" >}}
@@ -312,7 +312,7 @@ moves to the location of the target element and then releases the mouse.
312312{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L166-L170" >}}
313313{{< /tab >}}
314314{{< tab header="Python" >}}
315- {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L137-L141 " >}}
315+ {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L139-L143 " >}}
316316{{< /tab >}}
317317{{< tab header="CSharp" >}}
318318{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L181-L185" >}}
@@ -337,7 +337,7 @@ This method firstly performs a click-and-hold on the source element, moves to th
337337{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L179-L184" >}}
338338{{< /tab >}}
339339{{< tab header="Python" >}}
340- {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L149-L154 " >}}
340+ {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L151-L156 " >}}
341341{{< /tab >}}
342342{{< tab header="CSharp" >}}
343343{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L195-L200" >}}
0 commit comments