Skip to content

Commit

Permalink
Add chrome option --remote-allow-origins=*
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Mar 8, 2024
1 parent e01a1f0 commit d3df94c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/integration-test/resources/GebConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ environments {
driver = {
ChromeOptions o = new ChromeOptions()
o.addArguments('headless')
o.addArguments('--remote-allow-origins=*')
new ChromeDriver(o)
}
}
Expand Down

0 comments on commit d3df94c

Please sign in to comment.