Skip to content

Commit f389b6b

Browse files
author
Denys Zaiats
committed
[responsive-validator] - added Chrome options caps --kiosk
1 parent 9b8b778 commit f389b6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/util/driver/WebDriverFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ private WebDriver getLocalWebDriver() {
8888
setChromeDriver();
8989
ChromeOptions options = new ChromeOptions();
9090
options.addArguments("--start-maximized");
91+
options.addArguments("--kiosk");
9192
options.addArguments("--disable-notifications");
9293
webDriver = new ChromeDriver(options);
9394
} else if (isSafari()) {

0 commit comments

Comments
 (0)