SpecFlow.Actions.Selenium + DotNetSeleniumExtras.PageObjects.Core
Dear all,
I've a problem using SpecFlow.Actions.Selenium + DotNetSeleniumExtras.PageObjects.Core in the same test project,
When I try to initialize the BrowserDriver by using the Current property I receive this exception, instead if I remove the DotNetSeleniumExtras.PageObjects.Core package it works perfectly.
Does anyone experience the same issue?
Here the exception message
Message:
System.MissingMethodException : Method not found: 'Void OpenQA.Selenium.DriverOptions.AddAdditionalCapability(System.String, System.Object)'.
Stack Trace:
DriverOptionsHelper.TryToAddArguments[T](T options, String[] arguments)
DriverInitialiser`1.AddArgumentsFromConfiguration(T options)
DriverInitialiser`1.CreateOptions()
DriverInitialiser`1.Initialise()
BrowserDriver.CreateWebDriver()
Lazy`1.ViaFactory(LazyThreadSafetyMode mode)
Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor)
Lazy`1.CreateValue()
Lazy`1.get_Value()
BrowserDriver.get_Current()
Please sign in to leave a comment.
Comments
0 comments