-
Notifications
You must be signed in to change notification settings - Fork 115
Change Log
lefthandedgoat edited this page Aug 30, 2013
·
39 revisions
- Updated to Selenium 2.35.0. (http://selenium.googlecode.com/git/dotnet/CHANGELOG)
- Added phantomJS as start option [Issue #94] (https://github.com/lefthandedgoat/canopy/issues/94)
- read, clear, selected, and deselected can now take a cssSelector/xpath/etc or an IWebElement [Issue #93] (https://github.com/lefthandedgoat/canopy/issues/93)
- Updated to Selenium 2.34.0. (http://selenium.googlecode.com/git/dotnet/CHANGELOG)
- Added color to stack traces to point you at the first line of your code to help debugging.
- Fixed problem looping over multiple elements when trying to write, and one or more of then failing to write.
- Fixed problem looping over multiple elements when trying to click, and one or more of then failing to click.
- Fixed problem with other contexts continuing to run when failfast was enabled. All subsequent tests/contexts do not run.
- Fixed problem with dealing with alerts not being reliable.
- (Breaking) Deprecated HtmlReporter. It was incomplete and not being worked on.
- LiveHtmlReporter now pins its browser to the left
- 'coverage' now accepts a url or unit. Providing unit will create a coverage report of the page you are currently on
- '<<' (write) performance on select/options improved significantly
- Fixed bug where text area's value was not being read correctly. Pull Request
- (Breaking) Changed how start (browser) works. If you had 'start "firefox"' before, you need to change it from the string "firefox" to just firefox. You can also start browsers with profiles now. Commit
- Updated to Selenium 2.33.0 (change log)
- (Breaking) Changed >> (drag) to --> it was overriding the f# function. << (write) stays
- Added pin FullScreen
- Updated documentation with more forms of element/elements