How to trigger a click on a chrome extension button?
问题 I'm building an automated test suite using Selenium Web Driver. At a certain point I must test how the page works by having a Chrome extension turn on or off . Think of it as you would want to click on the Adblock extension and then click disable for this site. Then, turn it on again. I searched all over the Internet and there is no way to implement this using just Selenium . Do you know how could I perform such an action? (from Java ideally) 回答1: On blazemeter is a nice description available