(bundled firefox driver version: 3.0.0b2)
[BREAKING]
- For users of Selenium::Firefox, FF support defaults to v48;
if you have FF47 installed, your existing scripts will require
modification. See docs in Selenium::Firefox for more info.
[NEW FEATURES]
- #271: Support geckodriver & FF48
- #260: Update firefox artifacts to 3.0.0b2 to support FF47
- #259: Allow users to pass in existing FF profile dir
- #276: Simplify recordings to enable easier releases
[BUG FIXES]
- Encode Firefox profiles without newlines for Sel 3.0 compatibility
- #272: Remove unnecessary sleeps for successful waits
- #270: Fix bug in find_child_element default finder
- #263, #275: Address various documentation issues
- #253: Fix error_handler being called incorrectly