I'm using autofac with specflow to call the instances of the browsers and would like to know if there's any way to set an extension for the direct browser in the app.config
something like this:
<--component name="Chrome" type="OpenQA.Selenium.Chrome.ChromeDriver, WebDriver" service="OpenQA.Selenium.IWebDriver, WebDriver" instance-scope="per-dependency">
<--parameters>
**<--parameter value="D://1.0_0.crx"></parameter>** *<--- alguma coisa nesse sentido --->*
<--/parameters>
<--/component>
<--/components>