Skip to content

Commit add39da

Browse files
authored
[py] fix ie code line (#2107)
1 parent eeebb04 commit add39da

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

website_and_docs/content/documentation/webdriver/browsers/internet_explorer.en.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ options.setCapability("silent", true);
272272
WebDriver driver = new InternetExplorerDriver(options);
273273
{{< /tab >}}
274274
{{< tab header="Python" text=true >}}
275-
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L68-L71" >}}
275+
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L68-L69" >}}
276276
{{< /tab >}}
277277
{{< tab header="CSharp" >}}
278278
InternetExplorerOptions options = new InternetExplorerOptions();
@@ -361,7 +361,7 @@ public class ieTest {
361361
}
362362
{{< /tab >}}
363363
{{< tab header="Python" text=true >}}
364-
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L78-L81" >}}
364+
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L76-L79" >}}
365365
{{< /tab >}}
366366
{{< tab header="CSharp" >}}
367367
using System;
@@ -447,7 +447,7 @@ public class ieTest {
447447
}
448448
{{< /tab >}}
449449
{{< tab header="Python" text=true >}}
450-
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L88-L91" >}}
450+
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L87-L90" >}}
451451
{{< /tab >}}
452452
{{< tab header="CSharp" >}}
453453
using System;
@@ -519,7 +519,7 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY`\
519519
Property value: String representing path to log file
520520
{{% /tab %}}
521521
{{< tab header="Python" text=true >}}
522-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L98" >}}
522+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L97-L99" >}}
523523
{{< /tab >}}
524524
{{< tab header="CSharp" >}}
525525
{{< badge-implementation >}}
@@ -550,7 +550,7 @@ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR`
550550
{{% /tab %}}
551551
{{< tab header="Python" text=true >}}
552552
{{< badge-version version="4.11" >}}
553-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L110" >}}
553+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L109-L111" >}}
554554
{{< /tab >}}
555555
{{< tab header="CSharp" >}}
556556
{{< badge-implementation >}}
@@ -579,7 +579,7 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGLEVEL_PROPERTY`\
579579
Property value: String representation of `InternetExplorerDriverLogLevel.DEBUG.toString()` enum
580580
{{% /tab %}}
581581
{{< tab header="Python" text=true >}}
582-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L122" >}}
582+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L121-L123" >}}
583583
{{< /tab >}}
584584
{{< tab header="CSharp" >}}
585585
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L85" >}}
@@ -607,7 +607,7 @@ Property value: String representing path to supporting files directory
607607
{{< /tab >}}
608608
{{< tab header="Python" text=true >}}
609609
{{< badge-version version="4.11" >}}
610-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L134" >}}
610+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L133-L135" >}}
611611
{{< /tab >}}
612612
{{< tab header="CSharp" >}}
613613
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L98" >}}

website_and_docs/content/documentation/webdriver/browsers/internet_explorer.ja.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ options.setCapability("silent", true);
259259
WebDriver driver = new InternetExplorerDriver(options);
260260
{{< /tab >}}
261261
{{< tab header="Python" text=true >}}
262-
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L68-L71" >}}
262+
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L68-L69" >}}
263263
{{< /tab >}}
264264
{{< tab header="CSharp" >}}
265265
InternetExplorerOptions options = new InternetExplorerOptions();
@@ -348,7 +348,7 @@ public class ieTest {
348348
}
349349
{{< /tab >}}
350350
{{< tab header="Python" text=true >}}
351-
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L78-L81" >}}
351+
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L76-L79" >}}
352352
{{< /tab >}}
353353
{{< tab header="CSharp" >}}
354354
using System;
@@ -432,7 +432,7 @@ public class ieTest {
432432
}
433433
{{< /tab >}}
434434
{{< tab header="Python" text=true >}}
435-
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L88-L91" >}}
435+
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L87-L90" >}}
436436
{{< /tab >}}
437437
{{< tab header="CSharp" >}}
438438
using System;
@@ -507,7 +507,7 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY`\
507507
Property value: String representing path to log file
508508
{{% /tab %}}
509509
{{< tab header="Python" >}}
510-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L98" >}}
510+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L97-L99" >}}
511511
{{< /tab >}}
512512
{{< tab header="CSharp" >}}
513513
{{< badge-implementation >}}
@@ -538,7 +538,7 @@ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR`
538538
{{% /tab %}}
539539
{{< tab header="Python" text=true >}}
540540
{{< badge-version version="4.11" >}}
541-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L110" >}}
541+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L109-L111" >}}
542542
{{< /tab >}}
543543
{{< tab header="CSharp" >}}
544544
{{< badge-implementation >}}
@@ -567,7 +567,7 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGLEVEL_PROPERTY`\
567567
Property value: String representation of `InternetExplorerDriverLogLevel.DEBUG.toString()` enum
568568
{{% /tab %}}
569569
{{< tab header="Python" text=true >}}
570-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L122" >}}
570+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L121-L123" >}}
571571
{{< /tab >}}
572572
{{< tab header="CSharp" >}}
573573
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L85" >}}
@@ -595,7 +595,7 @@ Property value: String representing path to supporting files directory
595595
{{< /tab >}}
596596
{{< tab header="Python" text=true >}}
597597
{{< badge-version version="4.11" >}}
598-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L134" >}}
598+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L133-L135" >}}
599599
{{< /tab >}}
600600
{{< tab header="CSharp" >}}
601601
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L98" >}}

website_and_docs/content/documentation/webdriver/browsers/internet_explorer.pt-br.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ options.setCapability("silent", true);
268268
WebDriver driver = new InternetExplorerDriver(options);
269269
{{< /tab >}}
270270
{{< tab header="Python" text=true >}}
271-
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L68-L71" >}}
271+
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L68-L69" >}}
272272
{{< /tab >}}
273273
{{< tab header="CSharp" >}}
274274
InternetExplorerOptions options = new InternetExplorerOptions();
@@ -356,7 +356,7 @@ public class ieTest {
356356
}
357357
{{< /tab >}}
358358
{{< tab header="Python" text=true >}}
359-
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L78-L81" >}}
359+
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L76-L79" >}}
360360
{{< /tab >}}
361361
{{< tab header="CSharp" >}}
362362
using System;
@@ -441,7 +441,7 @@ public class ieTest {
441441
}
442442
{{< /tab >}}
443443
{{< tab header="Python" text=true >}}
444-
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L88-L91" >}}
444+
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L87-L90" >}}
445445
{{< /tab >}}
446446
{{< tab header="CSharp" >}}
447447
using System;
@@ -515,7 +515,7 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY`\
515515
Property value: String representing path to log file
516516
{{% /tab %}}
517517
{{< tab header="Python" >}}
518-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L98" >}}
518+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L97-L99" >}}
519519
{{< /tab >}}
520520
{{< tab header="CSharp" >}}
521521
{{< badge-implementation >}}
@@ -546,7 +546,7 @@ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR`
546546
{{% /tab %}}
547547
{{< tab header="Python" text=true >}}
548548
{{< badge-version version="4.11" >}}
549-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L110" >}}
549+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L109-L111" >}}
550550
{{< /tab >}}
551551
{{< tab header="CSharp" >}}
552552
{{< badge-implementation >}}
@@ -575,7 +575,7 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGLEVEL_PROPERTY`\
575575
Property value: String representation of `InternetExplorerDriverLogLevel.DEBUG.toString()` enum
576576
{{% /tab %}}
577577
{{< tab header="Python" text=true >}}
578-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L122" >}}
578+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L121-123" >}}
579579
{{< /tab >}}
580580
{{< tab header="CSharp" >}}
581581
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L85" >}}
@@ -603,7 +603,7 @@ Property value: String representing path to supporting files directory
603603
{{< /tab >}}
604604
{{< tab header="Python" text=true >}}
605605
{{< badge-version version="4.11" >}}
606-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L134" >}}
606+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L133-135" >}}
607607
{{< /tab >}}
608608
{{< tab header="CSharp" >}}
609609
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L98" >}}

website_and_docs/content/documentation/webdriver/browsers/internet_explorer.zh-cn.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ options.setCapability("silent", true);
266266
WebDriver driver = new InternetExplorerDriver(options);
267267
{{< /tab >}}
268268
{{< tab header="Python" text=true >}}
269-
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L68-L71" >}}
269+
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L68-L69" >}}
270270
{{< /tab >}}
271271
{{< tab header="CSharp" >}}
272272
InternetExplorerOptions options = new InternetExplorerOptions();
@@ -358,7 +358,7 @@ public class ieTest {
358358
}
359359
{{< /tab >}}
360360
{{< tab header="Python" text=true >}}
361-
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L78-L81" >}}
361+
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L76-L79" >}}
362362
{{< /tab >}}
363363
{{< tab header="CSharp" >}}
364364
using System;
@@ -443,7 +443,7 @@ public class ieTest {
443443
}
444444
{{< /tab >}}
445445
{{< tab header="Python" text=true >}}
446-
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L88-L91" >}}
446+
{{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L87-L90" >}}
447447
{{< /tab >}}
448448
{{< tab header="CSharp" >}}
449449
using System;
@@ -517,7 +517,7 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY`\
517517
Property value: String representing path to log file
518518
{{% /tab %}}
519519
{{< tab header="Python" >}}
520-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L98" >}}
520+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L97-L99" >}}
521521
{{< /tab >}}
522522
{{< tab header="CSharp" >}}
523523
{{< badge-implementation >}}
@@ -548,7 +548,7 @@ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR`
548548
{{% /tab %}}
549549
{{< tab header="Python" text=true >}}
550550
{{< badge-version version="4.11" >}}
551-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L110" >}}
551+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L109-L111" >}}
552552
{{< /tab >}}
553553
{{< tab header="CSharp" >}}
554554
{{< badge-implementation >}}
@@ -577,7 +577,7 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGLEVEL_PROPERTY`\
577577
Property value: String representation of `InternetExplorerDriverLogLevel.DEBUG.toString()` enum
578578
{{% /tab %}}
579579
{{< tab header="Python" text=true >}}
580-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L122" >}}
580+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L121-L123" >}}
581581
{{< /tab >}}
582582
{{< tab header="CSharp" >}}
583583
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L85" >}}
@@ -605,7 +605,7 @@ Property value: String representing path to supporting files directory
605605
{{< /tab >}}
606606
{{< tab header="Python" text=true >}}
607607
{{< badge-version version="4.11" >}}
608-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L134" >}}
608+
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L133-L135" >}}
609609
{{< /tab >}}
610610
{{< tab header="CSharp" >}}
611611
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L98" >}}

0 commit comments

Comments
 (0)