------------------------------------------------------------------- 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 /keys endpoint Issue #6348 * fix TypeError in chrome_options.extensions for Python3.x * Other Bugs Fixed: #6531, #6513, #4569, #6454 ------------------------------------------------------------------- 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 ------------------------------------------------------------------- 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 ------------------------------------------------------------------- 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 * 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 ------------------------------------------------------------------- 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 ------------------------------------------------------------------- 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 ------------------------------------------------------------------- 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. ------------------------------------------------------------------- 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. ------------------------------------------------------------------- Mon Dec 17 15:07:29 UTC 2012 - saschpe@suse.de - Remove 64bit Firefox blob on 32bit to avoid useless runtime dependencies (again) ------------------------------------------------------------------- Wed Dec 12 00:11:29 UTC 2012 - alexandre@exatati.com.br - Update to 2.28.0: * Upstream provides no changelog ------------------------------------------------------------------- Thu Dec 6 00:34:32 UTC 2012 - alexandre@exatati.com.br - Update to 2.27.0: * Added support for phantomjs / ghostdriver ------------------------------------------------------------------- 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) ------------------------------------------------------------------- Sat Nov 3 03:04:26 UTC 2012 - alexandre@exatati.com.br - Update to 2.26: * Added location_when_scrolled_into_view - Bug 4357 ------------------------------------------------------------------- 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 ------------------------------------------------------------------- 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. ------------------------------------------------------------------- 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 ------------------------------------------------------------------- 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. ------------------------------------------------------------------- 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 ------------------------------------------------------------------- Tue Apr 10 12:53:38 UTC 2012 - saschpe@suse.de - Don't install the binary Firefox extension until this is solved with upstream ------------------------------------------------------------------- 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 ------------------------------------------------------------------- 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 ------------------------------------------------------------------- Wed Feb 8 19:01:26 UTC 2012 - alexandre@exatati.com.br - Update to 2.19.1: - Sorry, no changelog atm. ------------------------------------------------------------------- Sat Jan 28 18:28:23 UTC 2012 - alexandre@exatati.com.br - Update to 2.18.1: - Proxy capabilities passing. ------------------------------------------------------------------- Tue Jan 17 01:40:09 UTC 2012 - alexandre@exatati.com.br - Update to 2.27.0: - Sorry, no changelog atm. ------------------------------------------------------------------- Wed Jan 4 23:21:17 UTC 2012 - alexandre@exatati.com.br - Update to 2.16.0: - Sorry, no changelog atm. ------------------------------------------------------------------- Thu Dec 8 12:06:22 UTC 2011 - alexandre@exatati.com.br - Update to 2.15.0: - Sorry, no changelog atm. ------------------------------------------------------------------- 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 ------------------------------------------------------------------- Sat Nov 19 18:59:25 UTC 2011 - alexandre@exatati.com.br - Update to 2.13.1: - Sorry, no changelog atm. ------------------------------------------------------------------- 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 ------------------------------------------------------------------- Fri Nov 11 02:02:09 UTC 2011 - alexandre@exatati.com.br - Update to 2.12.1: - Sorry, no changelog atm ------------------------------------------------------------------- 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. ------------------------------------------------------------------- Fri Oct 28 00:56:38 UTC 2011 - alexandre@exatati.com.br - Update to 2.10.0: - "Choose which apps" dialog has been disabled; - Bug Fixes . ------------------------------------------------------------------- Thu Oct 20 22:29:29 UTC 2011 - alexandre@exatati.com.br - Update to 2.9.0: - Sorry, no changelog atm. ------------------------------------------------------------------- Thu Oct 6 17:57:07 UTC 2011 - alexandre@exatati.com.br - Update to 2.8.1: * Actions updates * Bug Fixes ------------------------------------------------------------------- Mon Sep 26 17:28:09 UTC 2011 - alexandre@exatati.com.br - Update to 2.7.0: - Sorry, no changelog atm. ------------------------------------------------------------------- Tue Sep 13 16:33:44 UTC 2011 - alexandre@exatati.com.br - Update to 2.6.0: - Documentation fixes. ------------------------------------------------------------------- Tue Aug 23 23:17:02 UTC 2011 - alexandre@exatati.com.br - Update to 2.5.0: - Sorry, no changelog atm. ------------------------------------------------------------------- Thu Aug 11 23:38:36 UTC 2011 - alexandre@exatati.com.br - Update to 2.4.0: - Sorry, no changelog. ------------------------------------------------------------------- Mon Aug 1 18:26:19 UTC 2011 - alexandre@exatati.com.br - Update to 2.3.0: - Sorry, no changelog. ------------------------------------------------------------------- Mon Jul 18 18:12:07 UTC 2011 - alexandre@exatati.com.br - Update to 2.1.0: - Sorry, no changelog. ------------------------------------------------------------------- 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. ------------------------------------------------------------------- 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. ------------------------------------------------------------------- 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 ------------------------------------------------------------------- Wed Sep 16 19:08:22 UTC 2009 - alexandre@exatati.com.br - Initial package (1.0.1) for openSUSE.