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?