Skip to content

Commit fab1355

Browse files
Update Selenium to v4.41.0 (jenkinsci#2620)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86d885a commit fab1355

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<changelist>999999-SNAPSHOT</changelist>
3232
<spotbugs.skip>true</spotbugs.skip>
3333
<jenkins.version>2.551</jenkins.version>
34-
<selenium.version>4.40.0</selenium.version>
34+
<selenium.version>4.41.0</selenium.version>
3535
<!-- aligned with selenium -->
3636
<guava.version>33.5.0-jre</guava.version>
3737

vars.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ set TESTCONTAINERS_HOST_OVERRIDE=%IP%
2525
set JENKINS_LOCAL_HOSTNAME=%IP%
2626
@echo.
2727
@echo To start the remote firefox container run the following command:
28-
@echo docker run --shm-size=2g -d -p 127.0.0.1:4444:4444 -p 127.0.0.1:5900:5900 -e SE_NODE_GRID_URL=http://127.0.0.1:4444 -e no_proxy=localhost -e SE_SCREEN_WIDTH=1680 -e SE_SCREEN_HEIGHT=1090 "selenium/standalone-firefox:4.40.0"
28+
@echo docker run --shm-size=2g -d -p 127.0.0.1:4444:4444 -p 127.0.0.1:5900:5900 -e SE_NODE_GRID_URL=http://127.0.0.1:4444 -e no_proxy=localhost -e SE_SCREEN_WIDTH=1680 -e SE_SCREEN_HEIGHT=1090 "selenium/standalone-firefox:4.41.0"
2929

vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ export TESTCONTAINERS_HOST_OVERRIDE="${IP}"
2525
export JENKINS_LOCAL_HOSTNAME="${IP}"
2626

2727
echo "To start the remote Firefox container, run the following command:"
28-
echo "docker run --shm-size=2g -d -p 127.0.0.1:4444:4444 -p 127.0.0.1:5900:5900 -e no_proxy=localhost -e SE_SCREEN_WIDTH=1680 -e SE_SCREEN_HEIGHT=1090 selenium/standalone-firefox:4.40.0"
28+
echo "docker run --shm-size=2g -d -p 127.0.0.1:4444:4444 -p 127.0.0.1:5900:5900 -e no_proxy=localhost -e SE_SCREEN_WIDTH=1680 -e SE_SCREEN_HEIGHT=1090 selenium/standalone-firefox:4.41.0"

0 commit comments

Comments
 (0)