- Initial release
- Changing to .Net Framework 4.6.1 from 4.6.2
- Adding 2 more browser functions, for getting page source and interacting with a popup
- Expanding the browser functions for angular interactions and a custom deletion
- Fixing the error messaging on how long the timeouts have waited for a condition
- Rounding error on reporting timeouts. Improving wording of waiting for angular requests to stop
- Updating the Select method to have a short wait for the Select options to be populated before trying to select one of them
- Adding a check to only allow 1 selector per PageElement. Adding a Sandbox test project and improving documentation
- Updating browser method 'SelectAllThenDelete()' to handle the inner click method failing if element doesn't allow a click
- Added support for Firefox driver and improve App description
- Added RightClick() method
- Fixed TestResponse(bool result, string message) to only add the message if the PassFailResult is failing
- Added Hover() method
- Added DragAndDrop() method
- Made many public methods in WebBrowser.cs virtual