bbaia / protractor-net

The .NET port of Protractor, an E2E test framework for Angular apps
MIT License
115 stars 72 forks source link

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

Closed dessap closed 4 years ago

dessap commented 4 years ago

Related to https://github.com/bbaia/protractor-net/issues/78

I'm still having this issue on Protractor.Net.Standard version 0.12. This version is pointing to Selenium.Webdriver v 3.141.0 rather than 3.14.0. Could you please let me know if you can replicate it? 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()'.

dessap commented 4 years ago

not related to this project