Hi All,
I am using chrome driver 2.22 and selenium jar 2.53.1.but after launching chrome browser I am getting disable developer mode extensions pop up window.
Please find the my code below to handle developer chrome extensions
System.setProperty("webdriver.chrome.driver","path to chrome driver exe");
DesiredCapabilities capability = DesiredCapabilities.chrome();
capability.setCapaibilities("chrome.switches",Arrays.asList("--chrome-extensions");
driver = new ChromeDriver(capability);
But still the window is popping up all time.
I am running my code in Windows7 64-bit machine and chrome browser ver 52.0.
Can you please tell the resolution for this issue.
Regards,
Niyaz