Skip to content

Commit

Permalink
Disable Chrome code signing, when used on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Dec 12, 2024
1 parent 48e5773 commit 41d8120
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/WebdriverClassicDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ class WebdriverClassicDriver extends CoreDriver
'goog:chromeOptions' => [
// disable "Chrome is being controlled.." notification bar
'excludeSwitches' => ['enable-automation'],
'args' => array(
// disable browser folder cloning on Mac, when tests are executed
'disable-features=MacAppCodeSignClone',
),
],
],

Expand Down

0 comments on commit 41d8120

Please sign in to comment.