diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index 2b291462bc86..e5259c807936 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,4 +1,4 @@ -selenium==4.22.0 +selenium==4.23.0 pytest trio pytest-trio diff --git a/examples/python/tests/bidi/cdp/test_network.py b/examples/python/tests/bidi/cdp/test_network.py index 99eada8e4f57..5b8a80599bd1 100644 --- a/examples/python/tests/bidi/cdp/test_network.py +++ b/examples/python/tests/bidi/cdp/test_network.py @@ -2,7 +2,7 @@ import pytest from selenium.webdriver.common.by import By -from selenium.webdriver.common.devtools.v124.network import Headers +from selenium.webdriver.common.devtools.v125.network import Headers @pytest.mark.trio diff --git a/examples/python/tests/bidi/test_logging.py b/examples/python/tests/bidi/test_bidi_logging.py similarity index 100% rename from examples/python/tests/bidi/test_logging.py rename to examples/python/tests/bidi/test_bidi_logging.py diff --git a/website_and_docs/content/documentation/webdriver/bidi/logging.en.md b/website_and_docs/content/documentation/webdriver/bidi/logging.en.md index 257e5f9aab4a..4cbb919954cf 100644 --- a/website_and_docs/content/documentation/webdriver/bidi/logging.en.md +++ b/website_and_docs/content/documentation/webdriver/bidi/logging.en.md @@ -24,7 +24,7 @@ Record or take actions on `console.log` events. {{< badge-implementation >}} {{< /tab >}} {{< tab header="Python" >}} -{{< gh-codeblock path="/examples/python/tests/bidi/test_logging.py#L11" >}} +{{< gh-codeblock path="/examples/python/tests/bidi/test_bidi_logging.py#L11" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}}