Skip to content

Commit d1cfeec

Browse files
committed
update selenium to 4.28 to address intermittent session loss issue with OAuth popout
1 parent 6048006 commit d1cfeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959

6060
selenium:
6161
container_name: selenium
62-
image: selenium/standalone-${SELENIUM_BROWSER}:latest
62+
image: selenium/standalone-${SELENIUM_BROWSER}:4.28 # 4.29: intermittent driver session loss when OAuth popout is closed
6363
shm_size: 2g
6464
ports:
6565
- ${SELENIUM_PORT}:4444

0 commit comments

Comments
 (0)