File tree Expand file tree Collapse file tree 5 files changed +9
-19
lines changed
examples/python/tests/browsers
website_and_docs/content/documentation/webdriver/browsers Expand file tree Collapse file tree 5 files changed +9
-19
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ def test_silent_capability():
123
123
124
124
driver .quit ()
125
125
126
- @pytest .mark .skipif ( sys . platform != "win32" , reason = "requires Windows " )
126
+ @pytest .mark .skip ( reason = "TabProcGrowth is required to be set to 0 value " )
127
127
def test_command_line_options ():
128
128
options = webdriver .IeOptions ()
129
129
@@ -135,13 +135,3 @@ def test_command_line_options():
135
135
136
136
driver .quit ()
137
137
138
- @pytest .mark .skipif (sys .platform != "win32" , reason = "requires Windows" )
139
- def test_force_create_proces_api ():
140
- options = webdriver .IeOptions ()
141
-
142
- options .force_create_process_api = True
143
-
144
- driver = webdriver .Ie (options = options )
145
- driver .get ('https://www.selenium.dev/' )
146
-
147
- driver .quit ()
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ public class ieTest {
361
361
}
362
362
{{< /tab >}}
363
363
{{< tab header="Python" text=true >}}
364
- {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L130-L131 " >}}
364
+ {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L130" >}}
365
365
{{< /tab >}}
366
366
{{< tab header="CSharp" >}}
367
367
using System;
@@ -447,7 +447,7 @@ public class ieTest {
447
447
}
448
448
{{< /tab >}}
449
449
{{< tab header="Python" text=true >}}
450
- {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L142 " >}}
450
+ {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L131 " >}}
451
451
{{< /tab >}}
452
452
{{< tab header="CSharp" >}}
453
453
using System;
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ public class ieTest {
348
348
}
349
349
{{< /tab >}}
350
350
{{< tab header="Python" text=true >}}
351
- {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L130-L131 " >}}
351
+ {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L130" >}}
352
352
{{< /tab >}}
353
353
{{< tab header="CSharp" >}}
354
354
using System;
@@ -432,7 +432,7 @@ public class ieTest {
432
432
}
433
433
{{< /tab >}}
434
434
{{< tab header="Python" text=true >}}
435
- {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L142 " >}}
435
+ {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L131 " >}}
436
436
{{< /tab >}}
437
437
{{< tab header="CSharp" >}}
438
438
using System;
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ public class ieTest {
356
356
}
357
357
{{< /tab >}}
358
358
{{< tab header="Python" text=true >}}
359
- {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L130-L131 " >}}
359
+ {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L130" >}}
360
360
{{< /tab >}}
361
361
{{< tab header="CSharp" >}}
362
362
using System;
@@ -441,7 +441,7 @@ public class ieTest {
441
441
}
442
442
{{< /tab >}}
443
443
{{< tab header="Python" text=true >}}
444
- {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L142 " >}}
444
+ {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L131 " >}}
445
445
{{< /tab >}}
446
446
{{< tab header="CSharp" >}}
447
447
using System;
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ public class ieTest {
358
358
}
359
359
{{< /tab >}}
360
360
{{< tab header="Python" text=true >}}
361
- {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L130-L131 " >}}
361
+ {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L130" >}}
362
362
{{< /tab >}}
363
363
{{< tab header="CSharp" >}}
364
364
using System;
@@ -443,7 +443,7 @@ public class ieTest {
443
443
}
444
444
{{< /tab >}}
445
445
{{< tab header="Python" text=true >}}
446
- {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L142 " >}}
446
+ {{< gh-codeblock path="/examples/python/tests/browsers/test_internet_explorer.py#L131 " >}}
447
447
{{< /tab >}}
448
448
{{< tab header="CSharp" >}}
449
449
using System;
You can’t perform that action at this time.
0 commit comments