Canopy v0.7.9 Release Notes

Release Date: 2013-08-08 // over 10 years ago
    • ⚡️ 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.