TestStack / TestStack.Seleno

Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
http://teststack.github.com/TestStack.Seleno/
MIT License
180 stars 60 forks source link

Updated NuGet packages and addressed issues #163, #167, #140, #124 #179

Closed mwhelan closed 9 years ago

mwhelan commented 9 years ago

Updated Selenium WebDriver to latest 2.43.1 Updated the various browser drivers to latest NuGet packages. Changed MVC3 references to use NuGet package. Added parameterless overload to BrowserFactory.InternetExplorer (#167). Made methods and properties on UiComponent and UiComponent<> protected (#163) (updated BreakingChanges.md to reflect this).