Skip to content
Snippets Groups Projects
Commit 1f41ff27 authored by Miroslav Štaffa's avatar Miroslav Štaffa
Browse files

Merge branch 'master' into 'master'

Fixed text for headless mode

See merge request BI-IDO/bi-ido-flight-log-public!4
parents a4a2902a b21dc6e8
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ public class WebDriverConfiguration {
public WebDriver chromeDriver() {
WebDriverManager.chromedriver().setup();
ChromeOptions options = new ChromeOptions();
// Remove if you want to see Selenium "click"
// Comment the next line if you want to see Selenium "click"
options.addArguments("--headless");
return new ChromeDriver(options);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment