- (cbfecda) Update Selenium to v4.0.0-beta2 (Adds .NET 5 support)
- (9508018) Update Selenium to v4.0.0-alpha07 (Drops .NET 3.5 & 4.0 support)
- (c4a034e) Update to Selenium.WebDriver v3.14
- (65dba29) Update to Selenium.WebDriver v3.5.2
- (c30c04a) Add NgByExactBinding & NgByExactRepeater for exact matching (Supports Page Objects pattern with FindsByAttribute)
- (1b35fb9) Add 'exactMatch' option to NgByBinding & NgByRepeater locators
- (7b76ebd) Throw NoSuchElementException in NgBy locators when element is not found
- (c86613d) Synchronize 'ClientSideScripts.cs' with latest Protractor 5
- (d599176) Add Firefox support
- (d9753d9) Add support for $compileProvider.debugInfoEnabled(false)
- (dbb4074) Fix NgNavigation.Refresh() to reload the injected NgModules
- (5eeb2fd) Fix AngularJS tutorial based samples (broken since Angular 1.5 is used)
- (83ae33d) Update to Selenium.WebDriver v3.0.0
- (9504185) Set By.Description property on NgBy locators to improve ToString() support
- (95c0ddb) Fix navigating to non-Angular page with IgnoreSynchronization set to true
- (31d91ed) Add Microsoft Edge support
- (842ea1d) Fix issue that caused Safari to sometimes hang on page load
- (e9705d6) Implement IJavaScriptExecutor in NgWebDriver
- (1ffd373) Add initial Angular 2 support (NgBy locators not supported)
- (e08080c) Use Angular testability API for NgBy.Model and NgBy.Bindings
- (9034ae9) Add the NgWebDriver.Location property and NgNavigation.GoToLocation method to perform in-page navigation
- (373437c) Reset URL on IE and PhantomJS before navigation
- (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
- (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)
- (3a24008) Add NgBy.Model for getting elements by model regardless of element tag name
- (633a6e5) Update to Selenium.WebDriver v2.45
- (078495e) Add .NET 3.5 support
- (a1003ef) Add NgWebElement.Evaluate method
- (068cced) Fix NgWebDriver.Url with IE (IEDriverServer.exe)
- Initial release