Selenium
This commit is contained in:
10
python_flask/selenium/run-driver.sh
Executable file
10
python_flask/selenium/run-driver.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
docker run \
|
||||
--rm \
|
||||
--publish 4444:4444 \
|
||||
--env SE_OPTS="--session-timeout 36000" \
|
||||
--shm-size="2g" \
|
||||
--net=host \
|
||||
--name docker-selenium \
|
||||
selenium/standalone-firefox:4.3.0-20220706
|
||||
Reference in New Issue
Block a user