Anh Tester

Results 3 comments of Anh Tester

Until now I still haven't found a solution 🥲

Now, I found this to work in Selenium Java. ChromeOptions options = new ChromeOptions(); Map prefs = new HashMap(); prefs.put("profile.default_content_setting_values.notifications", 2); prefs.put("autofill.profile_enabled", false); options.setExperimentalOption("prefs", prefs); WebDriver driver = new ChromeDriver(options);

Did you solve it? Please show me which llm package to use. Thank you!!