Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Upgrade tests to use 4.38 and Python 3.14 #2511

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
diemol merged 12 commits into SeleniumHQ:trunk from cgoldberg:upgrade-438-py314
Oct 29, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit Hold shift + click to select a range
b127837
Upgrade tests to use 4.38 and Python 3.14
cgoldberg Oct 26, 2025
5897e34
Upgrade devtools versions in tests
cgoldberg Oct 26, 2025
a3718c4
Fix tests for updated Edge starting message
cgoldberg Oct 27, 2025
601e65c
Fix Ruby test to accomodate updated Edge start message
cgoldberg Oct 27, 2025
68152fb
Update tox.ini
cgoldberg Oct 27, 2025
e4fed89
Update Network.enable to include additional parametersFix test for v142
harsha509 Oct 27, 2025
36f81bb
Update package.json
cgoldberg Oct 27, 2025
c1a3c95
Force Firefox tests to use XWayland on Linux to workaround Firefox issue
cgoldberg Oct 27, 2025
10e6148
Revert newline changes so line numbers in examples aren't screwed up
cgoldberg Oct 27, 2025
53177dc
Trigger CI
cgoldberg Oct 27, 2025
b6f5cce
Trigger CI
cgoldberg Oct 29, 2025
f4ce11f
Merge branch 'trunk' into upgrade-438-py314
diemol Oct 29, 2025
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
Prev Previous commit
Next Next commit
Revert newline changes so line numbers in examples aren't screwed up
  • Loading branch information
cgoldberg committed Oct 27, 2025
commit 10e6148c9c09180bcc2377507ad8b44fdc5626bd
2 changes: 0 additions & 2 deletions examples/python/tests/browsers/test_chrome.py
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import os
import re
import subprocess

import pytest
from selenium import webdriver
from selenium.webdriver.common.by import By


def test_basic_options():
options = get_default_chrome_options()
driver = webdriver.Chrome(options=options)
Expand Down
2 changes: 0 additions & 2 deletions examples/python/tests/browsers/test_edge.py
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import os
import re
import subprocess

import pytest
from selenium import webdriver
from selenium.webdriver.common.by import By


def test_basic_options():
options = get_default_edge_options()

Expand Down
Loading

AltStyle によって変換されたページ (->オリジナル) /