Skip to content

chore(deps): update dependency selenium to v4.23.0 #1817

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
selenium==4.22.0
selenium==4.23.0
pytest
trio
pytest-trio
Expand Down
2 changes: 1 addition & 1 deletion examples/python/tests/bidi/cdp/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand Down
Loading