Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

How to handle browser (chrome) notifications in Selenium?

Category: Selenium WebDriver

ChromeOptions options = new ChromeOptions();
options.addArguments(“disable-infobars”);
WebDriver player = new ChromeDriver(options);

Leave a Reply

Your email address will not be published. Required fields are marked *