File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed
examples/python/tests/support
website_and_docs/content/documentation/webdriver/support_features Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- import pytest
2
-
3
1
from selenium .webdriver .common .by import By
4
2
from selenium .webdriver .support import expected_conditions as EC
5
3
from selenium .webdriver .support .wait import WebDriverWait
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ These methods can include conditions such as:
25
25
{{< badge-code >}}
26
26
{{% /tab %}}
27
27
{{% tab header="Python" %}}
28
- {{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L16-L17 " >}}
28
+ {{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L14-L15 " >}}
29
29
{{% /tab %}}
30
30
{{< tab header="CSharp" >}}
31
31
.NET stopped supporting Expected Conditions in Selenium 4 to minimize maintenance hassle and redundancy.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ These methods can include conditions such as:
25
25
{{< badge-code >}}
26
26
{{% /tab %}}
27
27
{{% tab header="Python" %}}
28
- {{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L16-L17 " >}}
28
+ {{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L14-L15 " >}}
29
29
{{% /tab %}}
30
30
{{< tab header="CSharp" >}}
31
31
.NET stopped supporting Expected Conditions in Selenium 4 to minimize maintenance hassle and redundancy.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ These methods can include conditions such as:
25
25
{{< badge-code >}}
26
26
{{% /tab %}}
27
27
{{% tab header="Python" %}}
28
- {{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L16-L17 " >}}
28
+ {{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L14-L15 " >}}
29
29
{{% /tab %}}
30
30
{{< tab header="CSharp" >}}
31
31
.NET stopped supporting Expected Conditions in Selenium 4 to minimize maintenance hassle and redundancy.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ description: >
25
25
{{< badge-code >}}
26
26
{{% /tab %}}
27
27
{{% tab header="Python" %}}
28
- {{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L16-L17 " >}}
28
+ {{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L14-L15 " >}}
29
29
{{% /tab %}}
30
30
{{< tab header="CSharp" >}}
31
31
.NET stopped supporting Expected Conditions in Selenium 4 to minimize maintenance hassle and redundancy.
You can’t perform that action at this time.
0 commit comments