Skip to content

Commit 641ab4f

Browse files
chore(deps): update dependency selenium to v4.23.0 (#1817)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Puja Jagani <puja.jagani93@gmail.com>
1 parent 66a5bea commit 641ab4f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

examples/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
selenium==4.22.0
1+
selenium==4.23.0
22
pytest
33
trio
44
pytest-trio

examples/python/tests/bidi/cdp/test_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import pytest
44
from selenium.webdriver.common.by import By
5-
from selenium.webdriver.common.devtools.v124.network import Headers
5+
from selenium.webdriver.common.devtools.v125.network import Headers
66

77

88
@pytest.mark.trio

website_and_docs/content/documentation/webdriver/bidi/logging.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Record or take actions on `console.log` events.
2424
{{< badge-implementation >}}
2525
{{< /tab >}}
2626
{{< tab header="Python" >}}
27-
{{< gh-codeblock path="/examples/python/tests/bidi/test_logging.py#L11" >}}
27+
{{< gh-codeblock path="/examples/python/tests/bidi/test_bidi_logging.py#L11" >}}
2828
{{< /tab >}}
2929
{{< tab header="CSharp" >}}
3030
{{< badge-implementation >}}

0 commit comments

Comments
 (0)