Hi,
I'm using the selenium grid docker compose version 2 to run my test: https://github.com/SeleniumHQ/docker-selenium#version-2.
When the test run, it runs in headless mode by default(the test shows steps in jenkins console but I don't see any browser is opened).
So my question is:
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/4a06a3c7-c350-4de2-ac1e-86779dd1cdf0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAFQKejSKqW_VZ%2BUEEa3zSc95_6hp%2B%3D-4Cwt9Gw2FSU1CWnB7HA%40mail.gmail.com.
java -jar selenium-server-standalone-3.4.0.jar -role hub
java -Dwebdriver.chrome.driver="/home/chromedriver_linux64/chromedriver" -jar selenium-server-standalone-3.4.0.jar -role webdriver -hub http://localhost:4444/grid/register -port 5567java -Dwebdriver.gecko.driver="/home/geckodriver-v0.23.0-linux64/geckodriver" -jar selenium-server-standalone-3.4.0.jar -role webdriver -hub http://localhost:4444/grid/register -port 5566