I'm trying to set up an automatic web test environment using Ranorex and Selenium Web Driver. As the test will be integrated in Jenkings and run on a machine without graphical interface. I'm trying to set up an endpoint with headless browsers.
I start the selenium-standalone server and gekoDriver with the script:
java -jar -Dwebdriver.gecko.driver="C:\Utility\BrowserDrivers\geckodriver.exe"
selenium-server-standalone-3.12.0.jar
How do you I manage to set up the Geko and Google Driver in headless mode?
Many thanks in advance.