Skip to content

Commit eb4460b

Browse files
authored
Allow multiple parallel connections to Selenium (#75)
1 parent b266fa3 commit eb4460b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.selenium-chrome.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ services:
1717
- HTTPS_EXPOSE=7900:7900
1818
- HTTP_EXPOSE=7910:7900
1919
- VNC_NO_PASSWORD=1
20+
# Enables multiple parallel connections to the Selenium.
21+
- SE_NODE_MAX_SESSIONS=12
22+
- SE_NODE_OVERRIDE_MAX_SESSIONS=true
2023
# To enable VNC access for traditional VNC clients like macOS "Screen Sharing",
2124
# uncomment the following two lines.
2225
#ports:

0 commit comments

Comments
 (0)