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

Fixed text for headless mode

parent 17da790e
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