While working with Selenium Webdriver using Chrome browser you might get one additional popup. You can Disable Developer Mode Extension in Chrome using some additional code. Before moving into this post you should be familiar with Chrome with Selenium Webdriver. Code snippet //Set the chrome path System.setProperty("webdriver.chrome.driver", … [Read more...] about How to remove Disable Developer Mode Extension in Selenium