forked from pool/perl-Selenium-Remote-Driver
- updated to 1.02
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes 1.02 12-13-2016 (bundled firefox driver version: 3.0.0b2) [NEW FEATURES] - #288: @vkatsikaris: Add context endpoints for Firefox [BUG FIXES] - #279, #281: @richi235: Fix errors in IDE plugin script generator - #291, #292, #299: Handle spec element key format 1.00 09-01-2016 (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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
0bdca4130f
commit
ee7d11ce49
@@ -1,3 +1,84 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 9 11:14:52 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 1.02
|
||||
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
|
||||
|
||||
1.02 12-13-2016
|
||||
(bundled firefox driver version: 3.0.0b2)
|
||||
|
||||
[NEW FEATURES]
|
||||
- #288: @vkatsikaris: Add context endpoints for Firefox
|
||||
|
||||
[BUG FIXES]
|
||||
- #279, #281: @richi235: Fix errors in IDE plugin script generator
|
||||
- #291, #292, #299: Handle spec element key format
|
||||
|
||||
1.00 09-01-2016
|
||||
(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
|
||||
|
||||
0.2701 01-11-2016
|
||||
(firefox driver version: 2.48.2)
|
||||
|
||||
[BUG FIXES]
|
||||
- #239: Respect existing prefs when using custom profile with Selenium::Firefox
|
||||
- #238: Update firefox driver extension to latest 2.48.2
|
||||
- #21: Update docs about using child finders with xpath
|
||||
|
||||
0.27 08-30-2015
|
||||
[NEW FEATURES]
|
||||
- #219: Add `startup_timeout` to CanStartBinary role
|
||||
- #211: @peroumal1: Document locator usage for Test::SRD functions
|
||||
|
||||
[BUG FIXES]
|
||||
- #215: Replace Time::Mock with the more reliable & tested Test::Time
|
||||
- #212: @peroumal1: Fix bug in find_no_element_ok
|
||||
- #209: @peroumal1: Make error_handler catch non-webdriver exceptions in Test::SRD
|
||||
- #222: Describe demolish/destroy behavior.
|
||||
- #226: Allow local file URLs for PAC url
|
||||
- Stop trying to do things during global destruction
|
||||
|
||||
0.26 05-16-2015
|
||||
(selenium version: 2.45.0)
|
||||
|
||||
[NEW FEATURES]
|
||||
- #203: Allow users to install a custom error handler
|
||||
- #204: Implement action chains
|
||||
|
||||
[BUG FIXES]
|
||||
- #147: Allow for inflation to a full Moose class
|
||||
- #192: Stop assuming objects are around during global destruction
|
||||
- #200: Fix undocumented upload_file endpoint bug for paths with ".."
|
||||
- Refactor to remove some unnecessary dependencies
|
||||
|
||||
0.25 03-24-2015
|
||||
(selenium version: 2.45.0)
|
||||
|
||||
[NEW FEATURES]
|
||||
- #189 Start webdrivers directly, removing the need for the JRE. See
|
||||
Selenium::Chrome, Selenium::Firefox, Selenium::PhantomJS.
|
||||
|
||||
[BUG FIXES]
|
||||
- #194, #195: @teodesian, @jamadam: fix undocumented upload file behavior
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 15:16:07 UTC 2015 - lnussel@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user