@@ -34,7 +34,7 @@ Browser name is set by default when using an Options class instance.
3434{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L73-74" >}}
3535{{< /tab >}}
3636{{% tab header="Python" %}}
37- {{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L36 " >}}
37+ {{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L79-80 " >}}
3838{{% /tab %}}
3939{{< tab header="CSharp" >}}
4040{{< badge-code >}}
@@ -61,7 +61,7 @@ it will be automatically downloaded by [Selenium Manager]({{< ref "../../seleniu
6161{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L80-82" >}}
6262{{< /tab >}}
6363{{% tab header="Python" %}}
64- {{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L37 " >}}
64+ {{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L86-88 " >}}
6565{{% /tab %}}
6666{{< tab header="CSharp" >}}
6767{{< badge-code >}}
@@ -117,7 +117,7 @@ event fire is returned.
117117{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L21-L23">}}
118118{{< /tab >}}
119119{{< tab header="Python" text=true >}}
120- {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L9-L10 ">}}
120+ {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L7-9 ">}}
121121{{< /tab >}}
122122{{< tab header="CSharp" >}}
123123using OpenQA.Selenium;
@@ -174,7 +174,7 @@ event fire is returned.
174174{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L34-L36">}}
175175{{< /tab >}}
176176{{< tab header="Python" text=true >}}
177- {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L19-L20 ">}}
177+ {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L15-L17 ">}}
178178{{< /tab >}}
179179{{< tab header="CSharp" >}}
180180using OpenQA.Selenium;
@@ -230,7 +230,7 @@ WebDriver only waits until the initial page is downloaded.
230230{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L47-L49">}}
231231{{< /tab >}}
232232{{< tab header="Python" text=true >}}
233- {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L29-L30 ">}}
233+ {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L23-L25 ">}}
234234{{< /tab >}}
235235{{< tab header="CSharp" >}}
236236using OpenQA.Selenium;
@@ -290,7 +290,7 @@ setting `platformName` sets the OS at the remote-end.
290290{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L88-L90">}}
291291{{< /tab >}}
292292{{% tab header="Python" %}}
293- {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L38 ">}}
293+ {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L94-96 ">}}
294294{{% /tab %}}
295295{{< tab header="CSharp" >}}
296296{{< badge-code >}}
@@ -328,7 +328,7 @@ effect for the entire session.
328328{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L60-L61">}}
329329{{< /tab >}}
330330{{% tab header="Python" %}}
331- {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L39-40 ">}}
331+ {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L101-103 ">}}
332332{{% /tab %}}
333333{{< tab header="CSharp" >}}
334334{{< badge-code >}}
@@ -363,7 +363,7 @@ is imposed when a new session is created by WebDriver.
363363{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L96-L98">}}
364364{{< /tab >}}
365365{{% tab header="Python" %}}
366- {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L47-48 ">}}
366+ {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L30-32 ">}}
367367{{% /tab %}}
368368{{< tab header="CSharp" >}}
369369{{< badge-code >}}
@@ -392,7 +392,7 @@ _TimeoutException_.
392392{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L111-L113">}}
393393{{< /tab >}}
394394{{% tab header="Python" %}}
395- {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L55-56 ">}}
395+ {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L37-39 ">}}
396396{{% /tab %}}
397397{{< tab header="CSharp" >}}
398398{{< badge-code >}}
@@ -419,7 +419,7 @@ is imposed when a new session is created by WebDriver.
419419{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L126-L128">}}
420420{{< /tab >}}
421421{{% tab header="Python" %}}
422- {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L63-64 ">}}
422+ {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L44-46 ">}}
423423{{% /tab %}}
424424{{< tab header="CSharp" >}}
425425{{< badge-code >}}
@@ -457,7 +457,7 @@ user prompt encounters at the remote-end. This is defined by
457457{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L141-L142">}}
458458{{< /tab >}}
459459{{% tab header="Python" %}}
460- {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L71-72 ">}}
460+ {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L51-53 ">}}
461461{{% /tab %}}
462462{{< tab header="CSharp" >}}
463463{{< badge-code >}}
@@ -482,7 +482,7 @@ Indicates whether the remote end supports all of the [resizing and repositioning
482482{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L151-L152">}}
483483{{< /tab >}}
484484{{% tab header="Python" %}}
485- {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L79-80 ">}}
485+ {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L58-60 ">}}
486486{{% /tab %}}
487487{{< tab header="CSharp" >}}
488488{{< badge-code >}}
@@ -510,7 +510,7 @@ when using _Element Send Keys_ with hidden file upload controls.
510510{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java#L163-L164">}}
511511{{< /tab >}}
512512{{% tab header="Python" %}}
513- {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L87-88 ">}}
513+ {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L65-67 ">}}
514514{{% /tab %}}
515515{{< tab header="CSharp" >}}
516516{{< badge-code >}}
@@ -571,7 +571,7 @@ public class ProxyTest {
571571```
572572{{% /tab %}}
573573{{% tab header="Python" %}}
574- {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L95-96 ">}}
574+ {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L72-74 ">}}
575575{{% /tab %}}
576576{{% tab header="CSharp" %}}
577577``` CSharp
0 commit comments