Closed markmetcalfe closed 3 years ago
missing capabilities for beaht. tested as much as I could otherwise. Nice work!
chromeOptions: args: - '--disable-infobars' - '--disable-background-throttling' prefs: credentials_enable_service: false w3c: false useAutomationExtension: false excludeSwitches: - enable-automation 'goog:chromeOptions': args: - '--disable-infobars' - '--disable-background-throttling' prefs: credentials_enable_service: false
Fixed
w3c is currently necessary as the default is true (and we use false for legacy reasons)