Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Protractor.Net.Standard version 0.12 - Because of Selenium update Navigate works no more #7

Open
dessap opened this issue Nov 15, 2019 · 1 comment

Comments

@dessap
Copy link

dessap commented Nov 15, 2019

I'm having issue on Protractor.Net.Standard version 0.12. This version is pointing to Selenium.Webdriver v 3.141.0 rather than 3.14.0 and the visit method doesn't work.

This issue has been fixed by @bbaia bbaia/protractor-net#78
@qubidt could you please replicate and release a new version to NuGet. thanks!

Code
var driver = new FirefoxDriver((FirefoxOptions)options);
var ngdriver = new NgWebDriver(driver);
ngdriver.IgnoreSynchronization = true;
ngdriver.Manage().Window.Maximize();
ngdriver.Visit(BaseUrl);

Output
Setting target browser to: Firefox
System.MissingMethodException : Method not found: 'System.String OpenQA.Selenium.ICapabilities.get_BrowserName()'.Result message:
System.MissingMethodException : Method not found: 'System.String OpenQA.Selenium.ICapabilities.get_BrowserName()'.

@bbaia
Copy link
Contributor

bbaia commented Nov 20, 2019

The orginal project now (finally) supports .NET Standard too and is up-to-date.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants