Skip to content

Commit bfc30f2

Browse files
committed
this doesn't actually work
1 parent bc474a4 commit bfc30f2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/python/tests/browsers/test_internet_explorer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_log_level(log_path):
6262
driver.quit()
6363

6464

65-
@pytest.mark.skipif(sys.platform != "win32", reason="requires Windows")
65+
@pytest.mark.skip(reason="this is not supported, yet")
6666
def test_supporting_files(temp_dir):
6767
service = webdriver.ie.service.Service(service_args=["–extract-path="+temp_dir])
6868

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_EXTRACT_PATH_PROPERTY`\
701701
Property value: String representing path to supporting files directory
702702
{{< /tab >}}
703703
{{< tab header="Python" >}}
704-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L64" >}}
704+
{{< badge-implementation >}}
705705
{{< /tab >}}
706706
{{< tab header="CSharp" >}}
707707
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L98" >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_EXTRACT_PATH_PROPERTY`\
674674
Property value: String representing path to supporting files directory
675675
{{< /tab >}}
676676
{{< tab header="Python" >}}
677-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L64" >}}
677+
{{< badge-implementation >}}
678678
{{< /tab >}}
679679
{{< tab header="CSharp" >}}
680680
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L98" >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_EXTRACT_PATH_PROPERTY`\
691691
Property value: String representing path to supporting files directory
692692
{{< /tab >}}
693693
{{< tab header="Python" >}}
694-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L64" >}}
694+
{{< badge-implementation >}}
695695
{{< /tab >}}
696696
{{< tab header="CSharp" >}}
697697
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L98" >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_EXTRACT_PATH_PROPERTY`\
684684
Property value: String representing path to supporting files directory
685685
{{< /tab >}}
686686
{{< tab header="Python" >}}
687-
{{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L64" >}}
687+
{{< badge-implementation >}}
688688
{{< /tab >}}
689689
{{< tab header="CSharp" >}}
690690
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L98" >}}

0 commit comments

Comments
 (0)