Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 3.89 KB

HISTORY.md

File metadata and controls

59 lines (42 loc) · 3.89 KB

0.8.1 / 2016-09-18

  • (31d91ed) Add Microsoft Edge support
  • (842ea1d) Fix issue that caused Safari to sometimes hang on page load
  • (e9705d6) Implement IJavaScriptExecutor in NgWebDriver

0.8.0 / 2016-05-11

  • (1ffd373) Add initial Angular 2 support (NgBy locators not supported)
  • (e08080c) Use Angular testability API for NgBy.Model and NgBy.Bindings

0.7.1 / 2016-04-07

  • (9034ae9) Add the NgWebDriver.Location property and NgNavigation.GoToLocation method to perform in-page navigation
  • (373437c) Reset URL on IE and PhantomJS before navigation

0.7.0 / 2016-03-29

  • (77e5191) Use NgWebDriver.WaitForAngular in NgNavigation methods (Fast, Forward and Refresh)
  • (dd6d015) Add support for non-Angular pages
  • (188beec) Made NgWebDriver.WaitForAngular public
  • (487fd34) Add ability to use NgBy methods as custom filter with FindsByAttribute (Page Objects pattern support)
  • (2a89f43) Remove obsolete NgBy methods (Input, TextArea, Select)
  • (ef2a3aa) Update to Selenium.WebDriver v2.53

0.6.0 / 2015-07-14

  • (015799c) Add support for ng-repeat-start and ng-repeat-end elements
  • (1a2af2c) Update to Selenium.WebDriver v2.46
  • (8d85e80) Update WaitForAngular client script (Improve error message and use Angular testability api if available)

0.5.0 / 2015-04-04

  • (3a24008) Add NgBy.Model for getting elements by model regardless of element tag name
  • (633a6e5) Update to Selenium.WebDriver v2.45

0.4.0 / 2014-12-03

  • (4cb2bdc) Add the ability to use the Actions class
  • (762b553) Update to Selenium.WebDriver v2.44

0.3.0 / 2013-10-27

  • (078495e) Add .NET 3.5 support
  • (a1003ef) Add NgWebElement.Evaluate method
  • (068cced) Fix NgWebDriver.Url with IE (IEDriverServer.exe)

0.2.0 / 2013-10-20

  • Initial release