Changelog for
ruby2.1-rubygem-selenium-webdriver-3.6.0-1.1.x86_64.rpm :
Wed Oct 11 14:00:00 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 14:00:00 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 14:00:00 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 3 14:00:00 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 14:00:00 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 14:00:00 2017 cooloAATTsuse.com
- updated to version 3.4.1
see installed CHANGES
Tue May 23 14:00:00 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 13:00:00 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 13:00:00 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 13:00:00 2017 cooloAATTsuse.com
- updated to version 3.1.0
see installed CHANGES
Tue Feb 14 13:00:00 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 6 13:00:00 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 13:00:00 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 13:00:00 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 9 13:00:00 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 13:00:00 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 8 13:00:00 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 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.0.0
see installed CHANGES
Wed Jun 29 14:00:00 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 14:00:00 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 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.53.1
see installed CHANGES
Wed Mar 16 13:00:00 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 2 13:00:00 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 9 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.51.0
see installed CHANGES
Thu Jan 28 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.50.0
see installed CHANGES
Thu Jan 14 13:00:00 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 14:00:00 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 8 14:00:00 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 1 14:00:00 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 14:00:00 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 14:00:00 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 5 14:00:00 2015 cooloAATTsuse.com
- updated to version 2.46.1
see installed CHANGES
Sat Feb 28 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.45.0
Tue Feb 10 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.44.0
Tue Jan 20 13:00:00 2015 dmacvicarAATTsuse.de
- fix license (Apache-2.0)
Tue Jul 22 14:00:00 2014 dmacvicarAATTsuse.de
- use ruby-macros >= 3 and %gem_base
Sun Apr 6 14:00:00 2014 cooloAATTsuse.com
- updated to version 2.41.0
* Removed dead browser visibility methods.
* Firefox:
* Native events support for Firefox 28 (removed support for 26)
Sat Feb 22 13:00:00 2014 cooloAATTsuse.com
- updated to version 2.40.0
* Fix bug where FileReaper would not reap files added in a child process
* Document AbstractEventListener (#5994)
* Safari:
* Add Safari::Options + clean up Safari extension handling (#6382)
* Add support for user extensions (#6815)
* Firefox:
* Support native events for Firefox 27 + removed native event support for Firefox 25
Fri Dec 20 13:00:00 2013 cooloAATTsuse.com
- updated to version 2.39.0
* Firefox: Native events support for Firefox 26.
* Add deprecation warning to the Android driver.
* Make sure selenium/client doesn\'t require Rake (#6709)
Mon Dec 9 13:00:00 2013 cooloAATTsuse.com
- updated to version 2.38.0
* Enforce required Ruby version in gemspec, not just transitively through rubyzip.
* Expose the logging API (beta API, subject to change) in the Ruby client: driver.manage.logs #=> Selenium::WebDriver::Logs
* Update to support native events for Firefox 25
Sun Oct 20 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.37.0
* As of this version, selenium-webdriver no longer supports Ruby < 1.9.2
* Depend on rubyzip ~> 1.0.0
* Added SOCKS proxy support
* Fixed support for SVG documents in the atoms.
* Fixed computing an element\'s container dimensions to account for the scrollbar size when scrolling
* Added Capabilities.htmlunitwithjs
Chrome:
* Pass through the prefs option as a Chrome capability (#5929).
Firefox:
* Updated Firefox native event components to support Firefox 24.
* New elementScrollBehavior capability.
* Fixed getLocation to work on scrolled pages.
* Fixed autoscrolling for elements located in frames.
* Fixed drag-n-drop for elements in frames with native events
IE:
* Use native events by default, also for remote IE (#4695)
Safari:
* Enable screenshots and input devices in the client.
Fri Aug 30 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.35.1
* Depend on rubyzip < 1.0.0
Mon Aug 26 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.35.0
+Firefox:
* Updated Firefox native event components to support Firefox 23.
Wed Aug 7 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.34.0
Remote:
* Add `Driver#remote_status` (remote driver only) (#5669)
Firefox:
* Updated Firefox native event components to support Firefox 22.
iPhone:
* The driver is now deprecated (see http://appium.io/ or http://ios-driver.github.io/ios-driver/ for a replacement)
Various:
* Updated our copy of the Closure compiler and library to the most
recent versions.
* Updated the atoms library, including support for MS pointer events
and refinements to element visibility tests.
* Update synthesized mouse implementation. Mouse moves are
implemented using nsIDOMWindowUtils.
* Added support for the HTML5 \"hidden\" attribute. If an element, or
ancestor, has hidden attribute make, it is not shown.
Mon May 27 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.33.0
Remote:
* Support rotating devices, such as iPhone & iPad in simulator and Android browser in emulator
* Support for interacting with touch screen devices, such as iPhone & iPad in simulator and Android browser in emulator
* Improve error messages for invalid wire protocol responses
Chrome:
* Accept :service_log_path for Chrome. (#3475)
IE:
* IE >=9 versions triggerMouseEvent like other browsers (#2218).
Various:
* Element#text ignores elements in
Fri Apr 12 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.32.1
Safari:
* Fix typo when encoding the Safari server redirect URL (#5472)
* The Safari extension is now packaged with the gem and automatically installed (#5322)
* Improved detection of the binary location on 64-bit windows (5273)
Opera:
* Allow passing :desired_capabailities (#5279)
Firefox:
* This release supports versions 10esr, 17esr, 19, 20.
* Improved SVG support
Other:
* Allow #click_and_hold without target (#5410).
* Remove assumptions about returned capabilities (for ios-driver)
Sun Mar 3 13:00:00 2013 cooloAATTsuse.com
- updated to version 2.31.0
Remote:
* Expose session_id on the remote driver when used directly (#5240).
Firefox:
* Native events in Firefox 19
Opera:
* Treat UNSPECIFIED proxy type as a nil proxy (#5081).
Other:
* Add ability to pass :desired_capabilities to all the Ruby drivers, not just for :remote.
Direct arguments take presendence. (#5078, see also https://github.com/SeleniumHQ/selenium/pull/8, https://github.com/SeleniumHQ/selenium/pull/11)
2.30.0 (2013-02-20)
===================
Firefox:
* Firefox 19 support (for synthesized events)
Remote:
* Pass along firefox_binary correctly (#5152)
Safari:
* Don\'t overwrite Driver#browser
Other
Fri Jan 25 13:00:00 2013 cooloAATTsuse.com
- updated to version 2.29.0
Firefox:
* Firefox 18 support (for native events).
IE:
* New \'requireWindowFocus\' desired capability.
* IE view port calculation take scroll bars into account (#3602)
Safari:
* Replace \'libwebsocket\' with \'websocket\' gem. This should ensure
support with recent Safari.
Other:
* Fix Cygwin issue in PortProber/Firefox::Bianry (#4963)
Fri Dec 14 13:00:00 2012 cooloAATTsuse.com
- updated to version 2.27.2
* Fix for native events in v17 (packaging mistake)
Fri Dec 7 13:00:00 2012 cooloAATTsuse.com
- updated to version 2.27.1
Firefox:
* Fix \"g[b] is not an object\" error when passing null to execute_script.
* Support for Firefox 17.
IE:
* Path to the server executable can be specified (S::W::IE.path=)
Other:
* Added :phantomjs driver
Sat Nov 3 13:00:00 2012 cooloAATTsuse.com
- updated to version 2.26.0
Firefox:
* Added support for native events for Firefox 15 and 16.
* Modified FirefoxDriver to use atoms to switch between frames.
* FIXED: 4309: \'Could not convert Native argument arg 0\' error with Firefox.
* FIXED: 4375: Executing javascript hangs Firefox.
* FIXED: 4165: WebDriver fails on a machine with no IP address.
Safari:
* Fixed SafariDriver to allow calling .quit() consecutively without error.
* FIXED: 4676: Unable to fire javascript events into SVG\'s.
* FIXED: 3969: SafariDriver should auto-dismiss alerts.
IE:
* FIXED: 4535: Hover still does not work perfectly in IE.
* FIXED: 4593: Alert.accept() Cancels the Resend Alert/Dialog Box.
Sun Jul 22 14:00:00 2012 cooloAATTsuse.com
- update to 2.25.0
* Respect no_proxy / NO_PROXY env vars (#4007).
* Improve error message if a configured proxy refuses the connection.
* Ignored exception can be configured on the Wait class.
* Add Selenium::WebDriver::Support::Color class.
* Ignore Errno::ENETUNREACH when trying to detect our local IP (#4165).
* Ignore Errno::EADDRNOTAVAIL in PortProber (#3987).
* Firefox:
* Enumerate through client rects until finding one with non-zero dimensions when clicking.
* Updated supported versions of Firefox to 17.
* Allow windows to be resized from a frame (#3897).
* Fix an issue where a call to submit could hang the driver.
* IE:
* Ability to configure logging through the :log_file and :log_level options.
* Increasing stability of file upload dialog handling (#3858)
* Better handling of overflow edge cases when determining element visibility.
Thu Jun 28 14:00:00 2012 cooloAATTsuse.com
- update to 2.24.0
* bot.dom.getVisibleText does not properly handle display:run-in or display:table (#1584).
* CSS selectors now support compound selectors.
* IE:
* Failure to click on an element in the IE Driver will yield a more meaningful error.
* Crash on IE8 when S_FALSE is returned from get_Document (#4064)
* DLLs are no longer bundled with the gem, users must use the standalone server from now on.
* Firefox:
* Support for Firefox 13
* Ability to pass :proxy directly as Firefox option (no Profile needed).
* Improve method for determining the local IP (#3987).
* Fix for 1.8.7 behaviour of Socket.getaddrinfo.
* Automatically reap Firefox profile on exit, not just in #quit.
* Fix conflict with ActiveSupport\'s Object#load (#3819)
* IE:
* Default to standalone server executable, fall back to bundled DLLs.
* The \'nativeEvents\' capabilitiy is exposed as :native_events in the Ruby client (mode still experimental).
* Firefox:
* Native events for Firefox 12.
* Native events retained for Firefox 3.x, 10 and 11.
* Fix for typing in Firefox 12
* Fix for typing on XHTML pages (#3647)
* Fix for maximizing windows when switched to a frame (#3758)
* Handle alerts from nested iframes (#3825)
* Remote:
* Honor HTTP_PROXY env vars (#3838).
* Element#attribute returns nil if a boolean attribute is not present.
* NoSuchWindowError will be thrown if the currently selected window is closed and another command is sent.
* Safari:
* support for frame switching, snapshot taking, execute script
* message protocol changed, not backwards compatible with 2.21.
* Style attributes are no longer lower-cased by default (#1089).
* Make sure the Ruby client kills Firefox even when the RPC fails.
* Make sure the Ruby client checks all network interfaces when finding free ports.
Mon Apr 16 14:00:00 2012 cooloAATTsuse.com
- update to 2.21.0
* Add Selenium::WebDriver::Window#maximize (#3489)
* Safari:
* New driver! See http://code.google.com/p/selenium/wiki/SafariDriver.
* Firefox:
* Significant stability improvements.
* Native events support for Firefox 11
* Dropped native events support for Firefox 4-9
* Window maximize implementation.
* IE:
* Ignore invisible dialogs (#3360).
* Window maximize implementation.
* Android:
* Accept SSL certificates (#3504).
Wed Apr 4 14:00:00 2012 cooloAATTsuse.com
- update to 2.20.0
* Loosen the multi_json and ffi dependencies (#3446)
* Firefox:
* Introduce a timeout for page loads. This needs to be used in
conjunction with the unstable page load detection. Exposed as
Timeouts#page_load=
* Scroll containing elements, not just windows (#3391).
* Element#{style => css_value}, with an alias for backwards compatibility.
* Atoms:
* Submit a form when the enter button is pressed in its input
element.
* Add a \"mouse pixel scroll\" event to the atoms events module.
* Adding a public \"mouseOver\" action and a little internal
refactoring around the mouseOver functionality.
* Selenium::WebDriver::Wait: polling interval reduced from 0.5 to 0.2 seconds.
Thu Jan 5 13:00:00 2012 suseAATTammler.ch
- update to 2.16.0
* Firefox:
* Native events support for Firefox 9
* Allow apps to use offline storage by default
* Fix excessive unwrapping when executing mouseMove
* Click in the middle, rather than the top-left of elements (#3034, #2700)
* IE:
* Raise StaleElementReferenceError when interacting with elements outside the currently focused frame
* Handle frames and iframes in showModalDialog windows
* Chrome:
* Improve client handling of invalid error responses
* iPhone:
* Updated to latest CocoaHTTPServer
* Remote:
* Improve performance of Element#== by only making an RPC when necessary.
* Disallow caching of GET requests
* Various:
* Raise ArgumentError instead of UnsupportedOperationError on invalid modifier key
* Improve docs for Server, ActionBuilder and Window
* Update to latest Sizzle (used for :css selectors in older browsers)
- provide \"-2\"
Thu Jan 5 13:00:00 2012 saschpeAATTsuse.de
- Only build for %ix86 and x86_64 and remove Firefox addin for non-matching
architectures
Fri Dec 9 13:00:00 2011 saschpeAATTsuse.de
- Update to version 2.15.0:
* Firefox:
* Now supports up to Firefox 11 (for syntesized events)
* Implicit waits now change how long we wait for alerts. This
functionality will change in 2.16
* Fix scrolling issue (#2700)
* IE:
* Fix issue with getWindowHandles() and showModalDialog() (#1828)
* Add support for the window sizing and positioning API
* Make Platform.bitsize use the correct constant from FFI
* WebDriver internals:
* Atoms code contribution from Google
* Closure updated
- See CHANGES for for previous versions
Thu Sep 15 14:00:00 2011 dmacvicarAATTsuse.de
- update to 2.6.0
Thu Aug 25 14:00:00 2011 dmacvicarAATTsuse.de
- delete other archs binaries to avoid autoprovreq
to depend on other architecture\'s glibc
Wed Aug 24 14:00:00 2011 fcastelliAATTnovell.com
- add \'provides\' macro
Wed Aug 24 14:00:00 2011 fcastelliAATTnovell.com
- update to 2.5.0
Mon Aug 30 14:00:00 2010 dmacvicarAATTnovell.com
- update to 0.0.28
- update diff patch
- sent patch upstream. added note with issue number
in spec file
Fri Aug 27 14:00:00 2010 kkaempfAATTnovell.com
- look for \'chromium\' in Linux
Sat Aug 7 14:00:00 2010 kkaempfAATTnovell.com
- remove more prebuilt/amd64 binaries when building on i586
Thu Aug 5 14:00:00 2010 dmacvicarAATTnovell.com
- update to 0.0.27
- obsolete diffs
Thu Jul 22 14:00:00 2010 kkaempfAATTnovell.com
- remove prebuilt/amd64 on i586
Wed Jun 30 14:00:00 2010 kkaempfAATTnovell.com
- update to 0.0.24
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Mon Feb 15 13:00:00 2010 dmacvicarAATTnovell.com
- add patch to avoid crashing if non relevant architectures
prebuilt files are not there
Sun Feb 14 13:00:00 2010 dmacvicarAATTnovell.com
- initial package for 0.0.17