2015-07-16 08:09:06 +00:00
-------------------------------------------------------------------
Thu Jul 16 08:04:26 UTC 2015 - mcihar@suse.cz
- Remove ExclusiveArch as the package is moslty noarch, the only exception
being optional addon for Firefox.
-------------------------------------------------------------------
Thu Jul 16 07:57:32 UTC 2015 - mcihar@suse.cz
- Update to 2.46.0:
* Firefox support up to 38
* BlackBerry browser support
* remove Presto-Opera support
* firefox extension extraction fixes
* process management fixes with phantomjs
* Comparing remote web element for equality does not require a remote command
* Issues Fixed: (gcode) 8493, 8521, 8498, 8274, 8497, 5923
* Issues Fixed: (github) 401
2015-04-23 11:05:52 +00:00
-------------------------------------------------------------------
Thu Apr 23 09:13:15 UTC 2015 - mcihar@suse.cz
- Update to 2.45.0:
* Firefox support up to 35, support for native events up to 34.
* Make Opera driver support also the new Blink based Opera
* README: Fix the Yahoo example
* WebElement docstring fixes
* Add debugger_address option to the ChromeDriver options list to optionally instruct ChromeDriver to wait for the target devtools instance to be started at a given host:ip
* Set default value for PhantomJS process reference
* Allow setting of FileDetector for send_keys
* Pass info to TimeoutException in WebDriverWait
* Issues Fixed: 8065, 8310, 8539
2014-09-11 15:13:03 +00:00
-------------------------------------------------------------------
Thu Sep 11 12:24:55 UTC 2014 - toddrme2178@gmail.com
- Update to version 2.43
* Expand WebElement.get_attribute API docs
* firefox may be installed without admininstrator privileges
and therefore there may be no HKEY_LOCAL_MACHINE entry.
Issue #7784
* UnexpectedAlertPresentException should contain the alert text
in python too. Issue #7745
* don't mutate the global 'ignored exceptions', take a copy of
the globally specified ones, change the global to be a tuple
instead. Issue #7725
* raise exception when the firefox binary isn't actually found,
which usually implies the upgrade failed (on windows)
Issue #6092 ,#6847
* Fixing NameError: global name 'options' is not defined.
* Remove unused import subprocess.PIPE
* Redirect Firefox output to /dev/null by default
Fixes Issue #7677
* More flexible management of http timeouts in Selenium RC python
client
* Generate Python API docs for selenium.webdriver.chrome.options.
Fixes issue #7471
* Use 127.0.0.1 as localhost name resolving might fail on some
systems
2014-08-06 09:28:55 +00:00
-------------------------------------------------------------------
Wed Aug 6 09:22:55 UTC 2014 - toddrme2178@gmail.com
- Update to version 2.42.1
* Fixed Py3 issues
* Make firefox_binary.py and firefox_profile.py not executable
* Make exceptions Python 3 compatible
- Update to version 2.42
* Support for Firefox 29 Native Events
* "remote_url" and "remote_browser" parameters for "./go test_remote".
* missing __init__ in new android module
* issue #7304 Fix memory leak caused by __del__ in PhantomJS
* File upload using remotedriver on python3
* Updating xpi install to align with mozprofile
* command_executor should also support unicode strings as well.
- Update to version 2.41
* Support for Firefox 28
* deprecating switch_to_* in favour of driver.switch_to.*
- Update to version 2.40
* Support for Firefox 27
* Fixes related to http connection
* Fix for phantomjs running on windows #6736
- Update to version 2.39
* Support for Firefox 26
- Update to version 2.38.4
* keep-alive can't be used for phantomjs / IE, fix for that and tested for py3 :)
- Update to version 2.38.3
* really supporting py3 :)
- Update to version 2.38.2
* py3 support (once again)
- Update to version 2.38.1
* fix packaging problem where firefox/webdriver_prefs.json was missing
- Update to version 2.38
* Support for Firefox 25
* FirefoxProfile now using common webdriver.json instead of having our own copy in py
* Set proper 'Accept' request header so that Python bindings work with some old WebDriver implementations that reply 404 to requests with no 'Accept' set.
* handle redirect response explicitly (since switching to using keep-alive)
* phantomjs service needs to really kill the spawned process Issue #5921
* removing old api endpoints from command listing
* using keep-alive for remote connection
* adjusting phantomjs subprocess.Popen
* ActionsChains.send_keys should use <session>/keys endpoint Issue #6348
* fix TypeError in chrome_options.extensions for Python3.x
* Other Bugs Fixed: #6531, #6513, #4569, #6454
2013-11-23 18:08:13 +00:00
-------------------------------------------------------------------
Tue Nov 19 20:02:53 UTC 2013 - p.drouand@gmail.com
- Update to version 2.37.2
+ fix regression added with unicode fix
+ Bug fix #6360
- Changes from 2.37.1
+ fix find_elements on webelement using unicode locators and py 2.7
- Changes from 2.37
+ repackage with fix for Firefox native events on Linux
+ fix issue with unicode By locators w/ python 2.7 #6430
- Changes from 2.36
+ Added Safari WebDriver. Fixes issue 5352.
+ fix platform for safari caps
+ Convert all offsets/coordinates/speeds into integers
+ Fix drag and drop by offset behaviour
+ Fix initialization of Proxy by capabilities when proxyType is set
+ Enable SOCKS proxy support
+ Validation of passed locator for find_element(s) methods #5690
+ Adding support for /status, /sessions commands
+ Doc fixes
+ ability to set Chrome extensions by using base64 encoded strings #4013
+ fix logic regarding Select.select_by_visible_text #3910
+ Bugs fixed: #6165, #6231
- Add CHANGES to documentation included in package
- Use download Url as source
2013-08-13 11:04:47 +00:00
-------------------------------------------------------------------
Tue Aug 13 10:13:37 UTC 2013 - dmueller@suse.com
- update to 2.35.0:
* Remove duplicate 'get screenshot as file' methods. Add method 'get_screenshot_as_png'
* fixing UnicodeEncodeError on get attribute of webelement
2013-08-09 08:24:36 +00:00
-------------------------------------------------------------------
Thu Aug 8 20:41:58 UTC 2013 - dmueller@suse.com
- update to 2.34.0:
* Corrected webdriverbackedselenium session handling.
* Corrected use of basestring for python 3.
* Support for Firefox 22
* Added support for logging from the browser
* corrected proxy handling on FirefoxProfile
* Corrected handling of chrome extensions. Fixes issue 5762
* getText() ignores elements in the <head>
* Adding both official and informal string representations to Color object.
* Replace distutils.dir_util by shutil
* Allow finding firefox binary at ProgramFiles(x86) on windows(64 bit)
* Py3 compatible winreg import and content-type access
2013-04-29 13:26:33 +00:00
-------------------------------------------------------------------
Mon Apr 29 11:31:01 UTC 2013 - dmueller@suse.com
- update to 2.32.0:
* Support for FF20 Native Events
* Allow easy FirefoxBinary subclassing
2013-02-19 20:37:00 +00:00
-------------------------------------------------------------------
2013-02-28 13:22:02 +00:00
Thu Feb 28 13:16:56 UTC 2013 - alexandre@exatati.com.br
- Update to 2.31.0:
* Support for FF19 native events
* web element equality is now in conformance with other language
bindings
-------------------------------------------------------------------
2013-02-19 20:37:00 +00:00
Tue Feb 19 20:33:36 UTC 2013 - alexandre@exatati.com.br
- Update to 2.30.0:
* Allow env to be specified for the chromedriver service.
* Allow log path to be specified for phantomjs driver service.
* Bug Fixes: 4608 4940 4974 5034 5075.
2013-01-17 23:58:01 +00:00
-------------------------------------------------------------------
Thu Jan 17 23:51:31 UTC 2013 - alexandre@exatati.com.br
- Update to 2.29.0:
* Allow subclassing of driver and have the ability to send_keys
Issue 4877, 5017
* Simplifying save_screenshot and allow phantomjs to take
screenshots
- Removed LICENSE file from %doc because it was removed from upstream
source.
2012-12-17 15:10:34 +00:00
-------------------------------------------------------------------
Mon Dec 17 15:07:29 UTC 2012 - saschpe@suse.de
- Remove 64bit Firefox blob on 32bit to avoid useless runtime
dependencies (again)
2012-12-12 00:27:51 +00:00
-------------------------------------------------------------------
Wed Dec 12 00:11:29 UTC 2012 - alexandre@exatati.com.br
- Update to 2.28.0:
2012-12-17 15:10:34 +00:00
* Upstream provides no changelog
2012-12-12 00:27:51 +00:00
2012-12-06 00:40:57 +00:00
-------------------------------------------------------------------
Thu Dec 6 00:34:32 UTC 2012 - alexandre@exatati.com.br
- Update to 2.27.0:
* Added support for phantomjs / ghostdriver
2012-11-09 12:50:29 +00:00
-------------------------------------------------------------------
Fri Nov 9 12:48:15 UTC 2012 - saschpe@suse.de
- We're not in Factory, so we can safely install the binary extension
until this is solved otherwise (bnc#788988)
2012-11-03 03:06:27 +00:00
-------------------------------------------------------------------
Sat Nov 3 03:04:26 UTC 2012 - alexandre@exatati.com.br
- Update to 2.26:
* Added location_when_scrolled_into_view - Bug 4357
2012-07-19 11:49:20 +00:00
-------------------------------------------------------------------
Thu Jul 19 11:42:08 UTC 2012 - alexandre@exatati.com.br
- Update to 2.25.0:
* Jython 2.7 Support - Bug 3988
* EventFiringWebDriver added to Support module - Bug 2267
* Added IEDriverServer logging that can be accessed via desired
capabilities
* Fixed by data being passed into find_elements - bug 3735
* Removed deprecated ChromeDriver items around desiredcapabilites
in favour of chrome options
* Added default values for a number of action_chains calls
- Aditional changes from 2.24:
* Removing the ctypes approach of invoking IEDriver, you will need
to download the IEDriverServer from
https://code.google.com/p/selenium/downloads/list
- Aditional changes from 2.23:
* Support for FF13 native events
2012-05-29 18:27:51 +00:00
-------------------------------------------------------------------
Tue May 29 18:22:53 UTC 2012 - alexandre@exatati.com.br
- Update to 2.22.1:
- Catch an OSError exception when trying to get the EXIF data of
a touchy image.
2012-05-09 05:07:56 +00:00
-------------------------------------------------------------------
Wed May 9 05:05:09 UTC 2012 - alexandre@exatati.com.br
- Update to 2.21.3:
* Fix for File Upload to remote servers
* Better handling of typing in input=file. Bug 3831, 3736
* Better handling of unicode URLS Bug 3740
2012-04-12 01:52:02 +00:00
-------------------------------------------------------------------
2012-04-16 22:59:15 +00:00
Mon Apr 16 22:46:52 UTC 2012 - alexandre@exatati.com.br
- Update to 2.21.2:
* Fix typing to file input when not using Selenium Server. Bug 3736
- Package set to noarch again, since it does not include binaries
anymore.
-------------------------------------------------------------------
2012-04-12 01:52:02 +00:00
Thu Apr 12 01:44:29 UTC 2012 - alexandre@exatati.com.br
- Update to 2.21.1:
* focusmanager.testmode messes with native events, removing it.
- Aditional changes from 2.21:
* Local File upload capabilities for non-remote browser
* Adding maximize_window api call
* Updating default firefox profile to set focusmanager.testmode to
true see https://bugzilla.mozilla.org/show_bug.cgi?id=704583
* bugs fixed: 3506, 3528, 3607
2012-04-10 12:53:48 +00:00
-------------------------------------------------------------------
Tue Apr 10 12:53:38 UTC 2012 - saschpe@suse.de
- Don't install the binary Firefox extension until this is solved
with upstream
2012-04-02 12:33:41 +00:00
-------------------------------------------------------------------
Mon Apr 2 12:29:00 UTC 2012 - saschpe@suse.de
- Use upstream tarball
- Simplified macro usage
- Remove unused Windows DLL files
- The package is noarch, it contains binary Firefox modules for x86_64
and i586
- Therefore add ExclusiveArch: %x86 x86_64
2012-02-27 23:24:14 +00:00
-------------------------------------------------------------------
Mon Feb 27 23:17:45 UTC 2012 - alexandre@exatati.com.br
- Update to 2.20.0:
* disable native events for FF on Mac by default
* fix webdriverwait to execute at least once when using 0 timeout
* Fixed Issue 3438
2012-02-08 19:03:59 +00:00
-------------------------------------------------------------------
Wed Feb 8 19:01:26 UTC 2012 - alexandre@exatati.com.br
- Update to 2.19.1:
- Sorry, no changelog atm.
2012-01-28 18:30:37 +00:00
-------------------------------------------------------------------
Sat Jan 28 18:28:23 UTC 2012 - alexandre@exatati.com.br
- Update to 2.18.1:
- Proxy capabilities passing.
2012-01-17 01:43:08 +00:00
-------------------------------------------------------------------
Tue Jan 17 01:40:09 UTC 2012 - alexandre@exatati.com.br
- Update to 2.27.0:
- Sorry, no changelog atm.
2012-01-04 23:26:08 +00:00
-------------------------------------------------------------------
Wed Jan 4 23:21:17 UTC 2012 - alexandre@exatati.com.br
- Update to 2.16.0:
- Sorry, no changelog atm.
2011-12-08 12:08:52 +00:00
-------------------------------------------------------------------
Thu Dec 8 12:06:22 UTC 2011 - alexandre@exatati.com.br
- Update to 2.15.0:
- Sorry, no changelog atm.
2011-11-30 00:45:32 +00:00
-------------------------------------------------------------------
Wed Nov 30 00:43:41 UTC 2011 - alexandre@exatati.com.br
- Update to 2.14.0:
- Fix for LD_PRELOAD being polluted by WebDriver
- Added Orientation API
- A fix for Error Handling
2011-11-19 19:01:35 +00:00
-------------------------------------------------------------------
Sat Nov 19 18:59:25 UTC 2011 - alexandre@exatati.com.br
- Update to 2.13.1:
- Sorry, no changelog atm.
2011-11-18 17:26:33 +00:00
-------------------------------------------------------------------
Fri Nov 18 17:22:00 UTC 2011 - alexandre@exatati.com.br
- Update to 2.13.0:
- Fixed switch_to_window so that it didnt crash Firefox Bug 2633
- Fixed Screenshot handling to work in all browsers. Bug 2829
- Force Firefox to the Foreground
2011-11-11 02:04:28 +00:00
-------------------------------------------------------------------
Fri Nov 11 02:02:09 UTC 2011 - alexandre@exatati.com.br
- Update to 2.12.1:
- Sorry, no changelog atm
2011-10-29 11:11:14 +00:00
-------------------------------------------------------------------
Sat Oct 29 11:06:17 UTC 2011 - alexandre@exatati.com.br
- Update to 2.11.1:
- Sorry, no changelog atm.
-------------------------------------------------------------------
Fri Oct 28 19:50:28 UTC 2011 - alexandre@exatati.com.br
- Update to 2.11.0:
- Sorry, no changelog atm.
2011-10-28 00:59:00 +00:00
-------------------------------------------------------------------
Fri Oct 28 00:56:38 UTC 2011 - alexandre@exatati.com.br
- Update to 2.10.0:
2011-10-29 11:11:14 +00:00
- "Choose which apps" dialog has been disabled;
2011-10-28 00:59:00 +00:00
- Bug Fixes
2011-11-11 02:04:28 +00:00
.
2011-10-06 18:12:04 +00:00
-------------------------------------------------------------------
2011-10-20 22:32:06 +00:00
Thu Oct 20 22:29:29 UTC 2011 - alexandre@exatati.com.br
- Update to 2.9.0:
- Sorry, no changelog atm.
-------------------------------------------------------------------
2011-10-06 18:12:04 +00:00
Thu Oct 6 17:57:07 UTC 2011 - alexandre@exatati.com.br
- Update to 2.8.1:
* Actions updates
* Bug Fixes
2011-09-26 17:30:30 +00:00
-------------------------------------------------------------------
Mon Sep 26 17:28:09 UTC 2011 - alexandre@exatati.com.br
- Update to 2.7.0:
- Sorry, no changelog atm.
2011-09-13 16:54:39 +00:00
-------------------------------------------------------------------
Tue Sep 13 16:33:44 UTC 2011 - alexandre@exatati.com.br
- Update to 2.6.0:
- Documentation fixes.
2011-08-24 00:07:04 +00:00
-------------------------------------------------------------------
Tue Aug 23 23:17:02 UTC 2011 - alexandre@exatati.com.br
- Update to 2.5.0:
- Sorry, no changelog atm.
2011-08-11 23:47:24 +00:00
-------------------------------------------------------------------
Thu Aug 11 23:38:36 UTC 2011 - alexandre@exatati.com.br
- Update to 2.4.0:
- Sorry, no changelog.
2011-07-18 18:13:13 +00:00
-------------------------------------------------------------------
2011-08-01 18:29:44 +00:00
Mon Aug 1 18:26:19 UTC 2011 - alexandre@exatati.com.br
- Update to 2.3.0:
- Sorry, no changelog.
-------------------------------------------------------------------
2011-07-18 18:13:13 +00:00
Mon Jul 18 18:12:07 UTC 2011 - alexandre@exatati.com.br
- Update to 2.1.0:
- Sorry, no changelog.
2011-07-08 11:24:36 +00:00
-------------------------------------------------------------------
Fri Jul 8 11:20:18 UTC 2011 - alexandre@exatati.com.br
- Update to 2.0.1:
- Sorry, no changelog.
- Regenerate spec file with py2pack.
2010-05-26 13:26:46 +00:00
-------------------------------------------------------------------
Wed May 26 13:12:03 UTC 2010 - alexandre@exatati.com.br
- Update to 1.0.3;
- Building as noarch for openSUSE >= 11.2;
- Spec file cleaned with spec-cleaner.
2010-03-04 12:07:23 +00:00
-------------------------------------------------------------------
Wed Mar 3 12:59:09 CET 2010 - boris@steki.net
- Changed default installation path as x86_64 system was installing
libraries into /usr/lib/python2.6 which is wrong and is not pythons
default search path
2009-09-21 21:16:00 +00:00
-------------------------------------------------------------------
Wed Sep 16 19:08:22 UTC 2009 - alexandre@exatati.com.br
- Initial package (1.0.1) for openSUSE.