How to select Chrome extensions to enable when using Selenium [duplicate]
This question already has answers here : Using Extensions with Selenium (Python) (2 answers) Closed 4 years ago . I am using Selenium web driver to develop an automated test using Chrome as my browser. I am using Python for this. I have an extension on my Chrome browser that I would like enabled when Selenium opens Chrome. The problem is that when Selenium opens Chrome all the extensions are disabled by default. How do I enable all or a certain extension on the Chrome browser when Selenium runs? Saifur You can accomplish this using ChromeOptions class or DesiredCapabilities . For that you have