Create an example using Chrome Options
Opened this issue · 0 comments
ckenst commented
Is it as simple as adding it to your config file?
capabilities: [{
browserName: 'chrome',
'goog:chromeOptions':
{ args:
[ 'disable-infobars',
'disable-popup-blocking',
'disable-notifications' ],
}
}],