@@ -25,7 +25,7 @@ This is useful for focusing a specific element:
25
25
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L22-L25" >}}
26
26
{{< /tab >}}
27
27
{{< 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 " >}}
29
29
{{< /tab >}}
30
30
{{< tab header="CSharp" >}}
31
31
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L17-L20" >}}
@@ -51,7 +51,7 @@ This is otherwise known as "clicking":
51
51
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L34-L37" >}}
52
52
{{< /tab >}}
53
53
{{< 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 " >}}
55
55
{{< /tab >}}
56
56
{{< tab header="CSharp" >}}
57
57
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L30-L33" >}}
@@ -86,7 +86,7 @@ This is otherwise known as "right-clicking":
86
86
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L46-L49" >}}
87
87
{{< /tab >}}
88
88
{{< 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 " >}}
90
90
{{< /tab >}}
91
91
{{< tab header="CSharp" >}}
92
92
{{< 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
112
112
{{< /tab >}}
113
113
{{< tab header="Python" >}}
114
114
{{< 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 " >}}
116
116
{{< /tab >}}
117
117
{{< tab header="CSharp" >}}
118
118
{{< badge-version version="4.2" >}}
@@ -141,7 +141,7 @@ There is no convenience method for this, it is just pressing and releasing mouse
141
141
{{< /tab >}}
142
142
{{< tab header="Python" >}}
143
143
{{< 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 " >}}
145
145
{{< /tab >}}
146
146
{{< tab header="CSharp" >}}
147
147
{{< badge-version version="4.2" >}}
@@ -169,7 +169,7 @@ This method combines moving to the center of an element with pressing and releas
169
169
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L93-L96" >}}
170
170
{{< /tab >}}
171
171
{{< 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 " >}}
173
173
{{< /tab >}}
174
174
{{< tab header="CSharp" >}}
175
175
{{< 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.
196
196
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L105-L108" >}}
197
197
{{< /tab >}}
198
198
{{< 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 " >}}
200
200
{{< /tab >}}
201
201
{{< tab header="CSharp" >}}
202
202
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L104-L107" >}}
@@ -228,7 +228,7 @@ then moves by the provided offset.
228
228
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L118-L121" >}}
229
229
{{< /tab >}}
230
230
{{< 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 " >}}
232
232
{{< /tab >}}
233
233
{{< tab header="CSharp" >}}
234
234
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L132-L135" >}}
@@ -254,7 +254,7 @@ offset.
254
254
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L131-L136" >}}
255
255
{{< /tab >}}
256
256
{{< 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 " >}}
258
258
{{< /tab >}}
259
259
{{< tab header="CSharp" >}}
260
260
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L146-L150" >}}
@@ -286,7 +286,7 @@ the current mouse position.
286
286
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L153-L155" >}}
287
287
{{< /tab >}}
288
288
{{< 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 " >}}
290
290
{{< /tab >}}
291
291
{{< tab header="CSharp" >}}
292
292
{{< 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.
312
312
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L166-L170" >}}
313
313
{{< /tab >}}
314
314
{{< 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 " >}}
316
316
{{< /tab >}}
317
317
{{< tab header="CSharp" >}}
318
318
{{< 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
337
337
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L179-L184" >}}
338
338
{{< /tab >}}
339
339
{{< 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 " >}}
341
341
{{< /tab >}}
342
342
{{< tab header="CSharp" >}}
343
343
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L195-L200" >}}
0 commit comments