How to handle show notifications pop up on Chrome using PHP Laravel ?
Hi Brett!
You can disable the browser pop-ups on Chrome in PHP Laravel using the following code snippet in your test script.
$options = (new ChromeOptions)->addArguments([
'--disable-notifications'
]);