Skip to content

Commit

Permalink
Update headless flag
Browse files Browse the repository at this point in the history
  • Loading branch information
karlambsilva committed Jun 28, 2024
1 parent 80e2da2 commit fce8f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class BaseTest {
public void setup(){
ChromeOptions options = new ChromeOptions();
options.addArguments("--remote-allow-origins=*");
options.setHeadless(true);
options.addArguments("--headless=new");

driver = new ChromeDriver(options);
percy = new Percy(driver);
Expand Down

0 comments on commit fce8f49

Please sign in to comment.