All Versions
109
Latest Version
Avg Release Cycle
47 days
Latest Release
1511 days ago

Changelog History
Page 11

  • v0.8.4 Changes

    • (Breaking) renamed reportPath to reportTemplateUrl when adding a new feature. New feature will automatically save a report to specified path on quit() when using LiveHtmlReporter Pull Request #103
  • v0.8.3 Changes

    • notDisplayed now correctly passes when checking for an element that does not exist Issue #99
    • 👍 jquery and sizzle css selectors are now supported (:not, :checked, :selected etc...) Pull Request #98
  • v0.8.2 Changes

    • ➕ Added several methods to LiveHtmlReport class allowing access to the report browser, execution of javascript, accessing the html of the report and saving the html Issue #97
  • v0.8.1 Changes

    • ➕ Added phantomJSProxyNone as start option to work around phantom performance problem Issue #94
    • 📌 When using PhantomJS, no longer auto pin browser as it causes a slow down Issue #96
  • v0.8.0 Changes

    August 29, 2013
  • v0.7.9 Changes

    August 08, 2013
    • ⚡️ 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 them failing to write.
    • 🛠 Fixed problem looping over multiple elements when trying to click, and one or more of them 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.
  • v0.7.8 Changes

    July 26, 2013
    • 🗄 (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
  • v0.7.7 Changes

    June 08, 2013
    • 🛠 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
  • v0.7.6 Changes

    May 26, 2013
    • ⚡️ 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