|
|
|
|
Changelog for ruby2.5-rubygem-selenium-webdriver-3.142.7-lp153.1.12.x86_64.rpm :
* Mon Jan 27 2020 Manuel Schnitzer - updated to version 3.142.7 * no changelog found * Tue Nov 12 2019 Manuel Schnitzer - updated to version 3.142.6 * no changelog found * Mon Jul 08 2019 Manuel Schnitzer - updated to version 3.142.3 * no changelog found * Fri May 17 2019 Lukas Krause - update to version 3.142.2 see installed CHANGES 3.142.2 (2019-05-11) =================== Chrome: * Fixed an issue when getting/setting network conditions and sending CDP commands didn\'t work with Grid (issue #7174) Safari: * Fixed an issue when getting/setting permissions and attaching debugger didn\'t work with Grid (issue #7174) 3.142.1 (2019-05-07) ==================== Firefox: * Fixed an issue when processing error in legacy driver would result in NoMethodError (issue #7178) * Sun May 05 2019 Stephan Kulow - updated to version 3.142.0 see installed CHANGES 3.142.0 (2019-04-24) ==================== Ruby: * Fixed an issue when services are not shutdown properly Firefox: * Fixed an issue when passing :profile string to Firefox::Options.new would result in NoMethodError. Now it will find a profile with such name on your system and use it accordingly (issue #7119) * Fixed an issue when instantiating Firefox driver with capabilities having :marionette would result in NoMethodError (issue #7120) 3.141.5926 (2019-04-18) ======================= Ruby: * Fixed an issue when Selenium itself would print deprecation warning for TimeoutError * Fixed a regression when socket poller would raise Errno::EBADF on JRuby 3.141.592 (2019-04-18) ====================== Ruby: * Updated minimum required Ruby version to 2.3 * Added support for ChildProcess 1.x * Improved socket connection waiting (thanks AATTN0xFF) * Changed waiting to use monotonic clock instead of Time class to avoid collisions with Timecop and similar gems * Removed deprecated PortProber.random * Added strictFileInteractability to the list of known capabilities * Added InsecureCertificateError * Added support for setting SOCKS version in proxy (issue #6938) * Implemented new window command using driver.manage.new_window. The command is supported by recent Firefox, Safari and IE drivers (thanks AATTdylanlive) * Added support for passing proc to driver_path setter in Service classes * Deprecated all errors which don\'t exist in WebDriver specification * Deprecated TouchActionBuilder which is not a part of WebDriver specification and is only supported by Chrome, but is likely to be dropped in v75. ActionBuilder should be used instead * Deprecated using Remote::W3C::Capabilities in favor of Remote::Capabilities Chrome: * Added support for execute CDP commands using Driver#execute_cdp * Removed GPU disabling in ChromeDriver when using Options#headless! * Switched suggested download URL to HTTPS (thanks AATTJLLeitschuh) * Added support for instantiating service class directly and moved all driver executable configuration there (command-line arguments, port, etc.) Passing driver_opts, driver_path and port to driver initializer is now deprecated so use Selenium::WebDriver::Service.chrome instead, which allows to customize executable behavior in similar way. Once initialized, this object can be passed as :service keyword during driver initialization. * Deprecated Chrome.driver_path= in favor of Service::Chrome.driver_path= Edge: * Added support for instantiating service class directly and moved all driver executable configuration there (command-line arguments, port, etc.) Passing driver_opts, driver_path and port to driver initializer is now deprecated so use Selenium::WebDriver::Service.firefox instead, which allows to customize executable behavior in similar way. Once initialized, this object can be passed as :service keyword during driver initialization * Deprecated Edge.driver_path= in favor of Service::Edge.driver_path= Firefox: * Deprecated legacy driver in favor of GeckoDriver * Fixed Firefox path lookup on Cygwin (issue #6908) * Added support for instantiating service class directly and moved all driver executable configuration there (command-line arguments, port, etc.) Passing driver_opts, driver_path and port to driver initializer is now deprecated so use Selenium::WebDriver::Service.firefox instead, which allows to customize executable behavior in similar way. Once initialized, this object can be passed as :service keyword during driver initialization * Deprecated Firefox.driver_path= in favor of Service::Firefox.driver_path= * Deprecated outdated capabilities IE: * Fixed an issue when native events could not be disabled using IE::Options initializer * Added support for instantiating service class directly and moved all driver executable configuration there (command-line arguments, port, etc.) Passing driver_opts, driver_path and port to driver initializer is now deprecated so use Selenium::WebDriver::Service.ie instead, which allows to customize executable behavior in similar way. Once initialized, this object can be passed as :service keyword during driver initialization * Deprecated IE.driver_path= in favor of Service::IE.driver_path= Safari: * Added support for instantiating service class directly and moved all driver executable configuration there (command-line arguments, port, etc.) Passing driver_opts, driver_path and port to driver initializer is now deprecated so use Selenium::WebDriver::Service.safari instead, which allows to customize executable behavior in similar way. Once initialized, this object can be passed as :service keyword during driver initialization * Deprecated Safari.driver_path= in favor of Service::Safari.driver_path= Remote: * Change default HTTP client to use persistent connections * Tue Nov 06 2018 mschnitzerAATTsuse.com- updated to version 3.141.0 Ruby: * update chrome CDP endpoint send_command was deprecated in chromedriver 2.40 * Mon Oct 29 2018 mschnitzerAATTsuse.com- updated to version 3.14.1 Ruby: * Added a workaround to ignore Errno::EALREADY error when starting drivers on Windows Subsystem for Linux * Changed default pause duration to 0 for Selenium::WebDriver::Driver#action#pause (thanks AATTtwalpole) * Deprecated Selenium::WebDriver::PortProber#random in favor of Selenium::WebDriver::PortProber#above * Fixed a bug when Selenium::WebDriver::Element#drag_and_drop would not work in certain cases * Updated RubyZip dependency to 1.2.2 which fixes security vulnerability Edge: * Added support for --silent driver flag * Fixed an incorrect dash symbol when passing arguments to MicrosoftWebDriver.exe Firefox: * Fixed an incorrect dash symbol when passing arguments to GeckoDriver Safari: * Fixed a bug when Selenium::WebDriver::Element#displayed? would raise error in Safari 12 * Fri Aug 03 2018 mschnitzerAATTsuse.com- updated to version 3.14.0 Ruby: * Allow to customize default duration of movement of pointer actions using Driver#action#default_move_duration= (thanks AATTprakharrr) * Fixed an accidentally removed Selenium::WebDriver::Error::TimeoutError (thanks AATTtwalpole) Server: * Fixed an issue when Server.latest couldn\'t parse the version Remote: * Added support for uploading multiple files by passing them as a string separated by \ to Element#send_keys. Please, note that not all the drivers have multiple file upload implemented (tested to work in ChromeDriver). * Fri Jul 20 2018 mschnitzerAATTsuse.com- updated to version 3.13.1 Chrome: * Fixed an issue when empty Chrome options would cause DevToolsActivePort issue (thanks AATTartplan1) Remote: * Support detecting local files (thanks AATTmskvn) * Thu Jul 12 2018 cooloAATTsuse.com- remove exclusivearch * Tue Jun 26 2018 factory-autoAATTkulow.org- updated to version 3.13.0 see installed CHANGES 3.13.0 (2018-06-25) =================== Ruby: * Address warnings for redefined methods and uninitialized instance variables Chrome: * Chrome options capabilities updated to use goog:chromeOptions. Note that Selenium now requires ChromeDriver v2.31 at minimum. * Added ability to tell headless Chrome to save files using Driver#download_path= (thanks AATTpelly) * Wed May 16 2018 factory-autoAATTkulow.org- updated to version 3.12.0 see installed CHANGES 3.12.0 (2018-05-08) =================== Ruby: * Added User-Agent header to requests from Selenium to give remote ends more visibility into distribution of clients (thanks AATTsah) * Added Selenium::WebDriver::VERSION constant (thanks AATTsah) * Added changelog link to RubyGems page * Fixed a bug when requests were sent with empty Content-Type, which should instead be application/json (issue #5615 and #5659) * Fixed a bug when failed connection attempt was retried without grace period for remote to resolve its problem (thanks AATTamckinley42) * Fixed a bug with accidentally removed HasNetworkConnection driver extension Chrome: * Fixed a bug when deprecation message for using Chrome extensions was incorrectly shown (thanks AATTtreby) Safari: * Added support getting permissions via Driver#permissions * Added support setting permissions via Driver#permissions= * Added support enabling web inspector via Driver#attach_debugger * Tue Mar 20 2018 factory-autoAATTkulow.org- updated to version 3.11.0 see installed CHANGES * Sat Mar 03 2018 factory-autoAATTkulow.org- updated to version 3.10.0 see installed CHANGES 3.10.0 (Unreleased) =================== Ruby: * Added Errno::EAFNOSUPPORT to the list of ignored errors when finding port (thanks AATTjtarchie) * Added automatic conversion of noProxy to the list of strings as required by W3C WebDriver Specification (issue #5004) Chrome: * Added Chrome::Options#headless! shortcut to enable headless mode (thanks AATTpulkitsharma07) IE: * Added support for getting local storage using Driver#local_storage * Added support for getting session storage using Driver#session_storage * Tue Feb 27 2018 factory-autoAATTkulow.org- updated to version 3.9.0 see installed CHANGES * Wed Oct 11 2017 cooloAATTsuse.com- updated to version 3.6.0 see installed CHANGES 3.6.0 (2017-09-22) ================== Edge: * Fixed a bug when execute_script failed using server + Edge (issue #4651) Firefox: * Fixed a bug when web extension failed to install using profile class (issue #4093) PhantomJS: * Support is deprecated in favor of headless Chrome/Firefox or HTMLUnit. PhantomJS is no longer actively developed, and support will eventually be dropped. * Mon Sep 11 2017 cooloAATTsuse.com- updated to version 3.5.2 see installed CHANGES 3.5.2 (2017-09-07) ================== Ruby: * Removed platformVersion from W3C payload (issue #4641) * Fixed a bug when proxy type was not compliant to specification (issue #4574) * Added support for passing speed to flick action (issue #4549) * Using TouchActionBuilder no longer prints mouse/key deprecations * Deprecated Alert#authenticate * Added support for DEBUG environment variable which enables full debug mode in gem Firefox: * Fixed a bug when page load timeout was not properly constructed in new session payload * Fixed a bug when GeckoDriver error stacktrace was not displayed (issue #3683) Chrome: * Added workardound for the case when findElements call returns null (issue #4555) * Chrome::Driver now includes touch actions by default * Mon Aug 28 2017 cooloAATTsuse.com- updated to version 3.5.1 see installed CHANGES 3.5.1 (2017-08-15) ================== Ruby: * Fixed a bug when Chrome/Firefox (and probably other) drivers could not be started on JRuby (issue #4453). 3.5.0 (2017-08-10) ================== Firefox: * Firefox subprocess output is now only redirected when debug is set (issue #4311) * Fixed a bug where non-integers could be sent when setting window rect * Fixed Firefox location detection on Windows_x64 (thanks kamenlitchev) * Fixed passing of profile with a W3C compatible remote end IE: * Added new IE::Options class that should be used to customize browser behavior (native events, element scroll behavior, etc). The instance of options class can be passed to driver initialization using :options key. Old way of passing these customization directly to driver initialization is deprecated. * Thu Aug 03 2017 cooloAATTsuse.com- updated to version 3.4.4 see installed CHANGES 3.4.4 (2017-07-13) ================== Firefox: * Added support for GeckoDriver install addon command (issue 4215). * Added support for GeckoDriver uninstall addon command (issue 4215). * Raise error when passing :firefox_options as capability. Ruby: * Fixed a bug when childprocess were leaking /dev/null file descriptor (issue 4285). * Make Remote::Driver class so that it can be inherited from. * Tue Jun 20 2017 cooloAATTsuse.com- updated to version 3.4.3 see installed CHANGES 3.4.3 (2017-06-16) ================== Ruby: * Fixed a regression when passing symbol as :desired_capabilities caused NoMethodError (issue 4187). 3.4.2 (2017-06-14) ================== Ruby: * Added unhandledPromptBehavior to the list of known capabilities. * Added timeouts to the list of known capabilities. * Fixed a regression when passing hash as :desired_capabilities caused NoMethodError (issue 4172, thanks Thomas Walpole). * Fixed a regression when extension capabilities (the ones that have \":\" inside) were filtered out when doing protocol handshake. * Improved handling of capability names passed as plain camelCased strings vs Rubyish snake_cased symbols when doing protocol handshake. Chrome: * Fixed a regression when passing :switches to driver initialization was ignored. * Tue Jun 13 2017 cooloAATTsuse.com- updated to version 3.4.1 see installed CHANGES * Tue May 23 2017 cooloAATTsuse.com- updated to version 3.4.0 see installed CHANGES 3.4.0 (Unreleased) =================== Edge: * Fix bug when response is not wrapped with \"value\" Firefox: * Support geckodriver v0.16 Ruby: * Support ElementClickIntercepted error from W3C spec * Support ElementNotInteractable error from W3C spec * Implement window rect commands * Implement window minimize command * Thu Mar 16 2017 cooloAATTsuse.com- updated to version 3.3.0 see installed CHANGES 3.3.0 (2017-03-07) =================== W3C: * Support for command response data to be wrapped in a \'value\' key * Support for updated timeout formats 3.2.2 (2017-03-01) =================== Ruby: * Fix bug for supporting Logger output on Ruby versions < 2.3 * Add more logging and adjust output levels Remote: * Support for creating Remote session with browser name and url parameters 3.2.1 (2017-02-24) =================== Ruby: * Fix bug for supporting Logger on Ruby versions < 2.3 * Fri Feb 24 2017 cooloAATTsuse.com- updated to version 3.2.0 see installed CHANGES 3.2.0 (2017-02-22) =================== Ruby: * Implement new Logger class * Fix issue with chromedriver process leader incompatibility on Win7 (issue 3512) * Thu Feb 16 2017 cooloAATTsuse.com- updated to version 3.1.0 see installed CHANGES * Tue Feb 14 2017 cooloAATTsuse.com- updated to version 3.0.8 see installed CHANGES 3.0.8 (2016-02-08) =================== Firefox: * Fix signature of element returned from #active_element 3.0.7 (2016-02-06) =================== Firefox: * Fix signature of element arrays returned from #find_elements (issue 3471) * Mon Feb 06 2017 cooloAATTsuse.com- updated to version 3.0.6 see installed CHANGES 3.0.6 (2016-02-05) =================== Firefox: * Implement W3C window position * Update implementation for W3C send text to alert * Implement timeout settings * Remove default capabilities (thanks lmtierney) * Fix signature of elements returned from #execute_script (thanks Thomas Walpole) * Sat Jan 14 2017 cooloAATTsuse.com- updated to version 3.0.5 see installed CHANGES 3.0.5 (2016-12-27) =================== Ruby: * Support for Ruby 2.4.0 (Thanks jamespdo) * Thu Dec 22 2016 cooloAATTsuse.com- updated to version 3.0.4 see installed CHANGES 3.0.4 (2016-12-21) =================== Firefox: * Implement profile support via geckodriver (#2933 thanks lmtierney) Ruby: * Fix bug preventing use of Curb client (#2951 thanks clarkenciel) * Support Net::HTTP::Persistent version 3 (#3219 thanks Pete Johns) * Allow Net::HTTP::Default to set open_timout and read_timeout independently (#3264 thanks richseviora) * Change default for Net::HTTP::Default#open_timeout to facilitate debuggers (#3264 thanks richseviora) * Fri Dec 09 2016 cooloAATTsuse.com- updated to version 3.0.3 see installed CHANGES 3.0.3 (2016-11-26) =================== Ruby: * Allow drivers to be executed from batch files on Windows * Sat Nov 26 2016 cooloAATTsuse.com- updated to version 3.0.2 see installed CHANGES 3.0.2 (2016-11-25) =================== Ruby: * Implement #driver_path as parameter when initializing a driver (thanks lmtierney) * Improve Ruby syntax in driver commands (thanks joe_schulte) * Improve performance when shutting down drivers (thanks lmtierney) * Fix bug for finding open ports on Windows (thanks kou1okada) * Fix bug in auto detection of drivers which allowed selection of non-executable binaries W3C: * Implement #cookie_named and #delete_all_cookies methods (thanks lmtierney)
* Implement element #property method (thanks lmtierney)
Chrome: * Fix bug in switches (thanks danvine)
* Tue Nov 08 2016 cooloAATTsuse.com- updated to version 3.0.1 see installed CHANGES 3.0.1 (2016-11-06) =================== Ruby: * Always send JSON Wire Protocol commands to server instead of W3C commands * Fri Oct 14 2016 cooloAATTsuse.com- updated to version 3.0.0 see installed CHANGES * Wed Jun 29 2016 cooloAATTsuse.com- updated to version 2.53.4 see installed CHANGES 2.53.4 (2016-06-14) =================== Firefox: * FirefoxDriver works with v47.0.1 (issue 2110) 2.53.3 (2016-06-14) =================== Firefox: * Fix bug with Firefox Binary & Marionette on Remote machines (issue 2281) * Tue Jun 14 2016 cooloAATTsuse.com- updated to version 2.53.2 see installed CHANGES 2.53.2 (2016-06-13) =================== Ruby: * Fix bug for finding binaries on Windows (issue 2271 & 2273) * Fri Jun 10 2016 cooloAATTsuse.com- updated to version 2.53.1 see installed CHANGES * Wed Mar 16 2016 cooloAATTsuse.com- updated to version 2.53.0 see installed CHANGES 2.53.0 (2016-03-15) =================== Ruby: * Removed dependency on \"multi_json\" (issue 1632) * Properly handle namespaces in install manifest of Firefox add-ons (issue 1143) * Improve error handling when stopping browsers (thanks bsedat) * Fix deselecting options in select lists (thanks glib-briia) * Fix w3c error handling * Update w3c Capabilities support IE: * support for alert credentials (issue #1698, thanks Alan Baird & trabulmonkee) * Wed Mar 02 2016 cooloAATTsuse.com- updated to version 2.52.0 see installed CHANGES 2.52.0 (2016-02-12) =================== No Ruby changes in this release. * Tue Feb 09 2016 cooloAATTsuse.com- updated to version 2.51.0 see installed CHANGES * Thu Jan 28 2016 cooloAATTsuse.com- updated to version 2.50.0 see installed CHANGES * Thu Jan 14 2016 cooloAATTsuse.com- updated to version 2.49.0 see installed CHANGES 2.49.1 (UNRELEASED) =================== Ruby: * support for SessionNotCreatedError (thanks Alexander Bayandin) Safari: * Limit support to OS X (issue 1186) * support for multiple concurrent drivers PhantomJS: * Implement Socket locking IE: * support for multiple concurrent drivers Chrome: * prevent 404 error when shutting down Chrome service (thanks Fumiaki MATSUSHIMA) * logging turned on by default * support local storage capabilities Firefox: * support setting the location of Firefox binary to use when run locally * add default lookup of Homebrew Cask default directory (issue 1437) W3C Specification: * support for using with Remote WebDriver * implement window size command * implement window position command * implement element size command * implement element position command * implement full screen window command * implement page source command * Wed Oct 14 2015 cooloAATTsuse.com- updated to version 2.48.1 see installed CHANGES 2.48.1 (2015-10-13) =================== Firefox: * Mozilla\'s Wires Driver for Marionette works with Remote WebDriver * Thu Oct 08 2015 cooloAATTsuse.com- updated to version 2.48.0 see installed CHANGES 2.48.0 (2015-10-07) =================== Firefox: * Initial implementation of Mozilla\'s Wires Driver for Marionette; Supported in version 43 and higher Edge: * Fix execution with Remote Server * Fix Javascript Execution * Implement Alert Handling * Implement Window Switching Ruby: * Initial implementation of W3C WebDriver syntax to support Mozilla Wires * Change to RSpec expect syntax * Specs can be run from relative directories * Sat Aug 01 2015 cooloAATTsuse.com- updated to version 2.47.1 see installed CHANGES 2.47.1 (2015-07-31) =================== Edge: * Initial implementation of Microsoft\'s EdgeDriver * Thu Jul 30 2015 cooloAATTsuse.com- updated to version 2.47.0 see installed CHANGES 2.47.0 (2015-07-29) =================== Safari: * Remove support for installing additional extensions due to architectural changes introduced with Safari 7 * Fri Jun 12 2015 cooloAATTsuse.com- updated to version 2.46.2 see installed CHANGES 2.46.2 (2015-06-05) =================== * Fix encoding issue which prevents Element#send_keys to work on Ruby < 2.0 (#621) * Fri Jun 05 2015 cooloAATTsuse.com- updated to version 2.46.1 see installed CHANGES * Sat Feb 28 2015 cooloAATTsuse.com- updated to version 2.45.0 * Tue Feb 10 2015 cooloAATTsuse.com- updated to version 2.44.0 * Tue Jan 20 2015 dmacvicarAATTsuse.de- fix license (Apache-2.0)
|
|
|