Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 10618f0

Browse files
committed
Upgradint Selenium Python to 4.0
1 parent 36cc348 commit 10618f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "${CI:-false}" = "false" ]; then
77
source docker-selenium-tests/bin/activate
88
fi
99

10-
python -m pip install selenium==4.0.0rc2 \
10+
python -m pip install selenium==4.0.0 \
1111
docker===4.2.0 \
1212
| grep -v 'Requirement already satisfied'
1313

0 commit comments

Comments
 (0)