Skip to content

Commit

Permalink
disable passwords alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodriguezs2020 committed Jan 14, 2025
1 parent 5363b79 commit f88c33a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public void setUp() {
ChromeOptions options = new ChromeOptions();
options.addArguments("--remote-allow-origins=*");
options.addArguments("--headless");
options.addArguments("--disable-infobars");
options.addArguments("--disable-popup-blocking");
options.setAcceptInsecureCerts(true);
driver = new ChromeDriver(options);
}
Expand Down

0 comments on commit f88c33a

Please sign in to comment.