@@ -6,14 +6,18 @@ BASE_URI=http://127.0.0.1:8080
66UID=1000
77GID=1000
88
9- ## HEADLESS  CHROME
10- # SELENIUM_IMAGE=selenium/standalone-chrome 
11- # MINK_DRIVER_ARGS_WEBDRIVER='["chrome", {"browserName":"chrome",  "goog:chromeOptions":{"args":["--no-sandbox ", "--disable-dev-shm-usage ", "--headless"] , "w3c": false }}, "http://127.0.0.1:4444/wd/hub "]'
9+ #  CHROME DRIVER 
10+ # SELENIUM_IMAGE=drupalci/chromedriver:production 
11+ # MINK_DRIVER_ARGS_WEBDRIVER='["chrome", {"browserName":"chrome","goog:chromeOptions":{"args":["--headless ", "--disable-gpu ", "--no-sandbox" , "--disable-dev-shm-usage"] }}, "http://127.0.0.1:9515 "]'
1212
13- ## CHROME DEBUG 
14- # SELENIUM_IMAGE=selenium/standalone-chrome-debug 
15- # MINK_DRIVER_ARGS_WEBDRIVER='["chrome", {"browserName":"chrome",  "goog:chromeOptions":{"args":["--no-sandbox", "--disable-dev-shm-usage"], "w3c": false }}, "http://127.0.0.1:4444/wd/hub"]'
13+ ## SELENIUM CHROME 
14+ # SELENIUM_IMAGE=selenium/standalone-chrome:111.0 
15+ # MINK_DRIVER_ARGS_WEBDRIVER='["chrome", {"browserName":"chrome","goog:chromeOptions":{"args":["--headless", "--disable-gpu", "-- no-sandbox", "--disable-dev-shm-usage"]}}, "http://127.0.0.1:4444/wd/hub"]'
1616
17- ## FIREFOX DEBUG
18- # SELENIUM_IMAGE=selenium/standalone-firefox-debug
17+ ## SELENIUM CHROME DEBUG
18+ # SELENIUM_IMAGE=selenium/standalone-chrome:111.0
19+ # MINK_DRIVER_ARGS_WEBDRIVER='["chrome", {"browserName":"chrome","goog:chromeOptions":{"args":["--disable-gpu", "--no-sandbox", "--disable-dev-shm-usage"]}}, "http://127.0.0.1:4444/wd/hub"]'
20+ 
21+ ## SELENIUM FIREFOX DEBUG
22+ # SELENIUM_IMAGE=selenium/standalone-firefox:111.0
1923# MINK_DRIVER_ARGS_WEBDRIVER='["firefox", {"browserName":"firefox"}, "http://127.0.0.1:4444/wd/hub"]'
0 commit comments