From 37ac0add23ecf6d564a9c40326328cc47c8bdf2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 07:28:39 +0000 Subject: [PATCH 1/4] chore(deps): update dependency selenium to v4.23.0 --- examples/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From fa83b35924f3d059e321a1fef8f5b6f19cec22be Mon Sep 17 00:00:00 2001 From: Puja Jagani Date: Mon, 22 Jul 2024 11:26:38 +0530 Subject: [PATCH 2/4] Update CDP import version --- examples/python/tests/bidi/cdp/test_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 00e2e5496bccc3e3f130dcd99cd0a1c218927fb3 Mon Sep 17 00:00:00 2001 From: Puja Jagani Date: Mon, 22 Jul 2024 11:41:36 +0530 Subject: [PATCH 3/4] Update the bidi test file name --- .../python/tests/bidi/{test_logging.py => test_bidi_logging.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/python/tests/bidi/{test_logging.py => test_bidi_logging.py} (100%) 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 From a256e7d3632565ad5c2a44528882c13569787842 Mon Sep 17 00:00:00 2001 From: Puja Jagani Date: Mon, 22 Jul 2024 12:11:46 +0530 Subject: [PATCH 4/4] Fix code reference link --- .../content/documentation/webdriver/bidi/logging.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 >}}