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-
31from selenium .webdriver .common .by import By
42from selenium .webdriver .support import expected_conditions as EC
53from 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:
2525{{< badge-code >}}
2626{{% /tab %}}
2727{{% 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 " >}}
2929{{% /tab %}}
3030{{< tab header="CSharp" >}}
3131.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:
2525{{< badge-code >}}
2626{{% /tab %}}
2727{{% 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 " >}}
2929{{% /tab %}}
3030{{< tab header="CSharp" >}}
3131.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:
2525{{< badge-code >}}
2626{{% /tab %}}
2727{{% 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 " >}}
2929{{% /tab %}}
3030{{< tab header="CSharp" >}}
3131.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: >
2525{{< badge-code >}}
2626{{% /tab %}}
2727{{% 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 " >}}
2929{{% /tab %}}
3030{{< tab header="CSharp" >}}
3131.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