We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6048006 commit d1cfeecCopy full SHA for d1cfeec
tests/docker/docker-compose.yml
@@ -59,7 +59,7 @@ services:
59
60
selenium:
61
container_name: selenium
62
- image: selenium/standalone-${SELENIUM_BROWSER}:latest
+ image: selenium/standalone-${SELENIUM_BROWSER}:4.28 # 4.29: intermittent driver session loss when OAuth popout is closed
63
shm_size: 2g
64
ports:
65
- ${SELENIUM_PORT}:4444
0 commit comments