833141af60
- Update to 2.31.0: * Support for FF19 native events * web element equality is now in conformance with other language bindings
Alexandre Rogoski
2013-02-28 13:22:02 +00:00
16a15b2bc7
- Update to 2.31.0: * Support for FF19 native events * web element equality is now in conformance with other language bindings
Alexandre Rogoski
2013-02-28 13:22:02 +00:00
5803bb6367
- 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.
Alexandre Rogoski
2013-02-19 20:37:00 +00:00
90540d6b71
- 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.
Alexandre Rogoski
2013-02-19 20:37:00 +00:00
948e9f0254
- 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.
Alexandre Rogoski
2013-01-17 23:58:01 +00:00
2863a4bdb8
- 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.
Alexandre Rogoski
2013-01-17 23:58:01 +00:00
84660c46cb
- Remove 64bit Firefox blob on 32bit to avoid useless runtime dependencies (again)
Sascha Peilicke
2012-12-17 15:10:34 +00:00
444104317c
- Remove 64bit Firefox blob on 32bit to avoid useless runtime dependencies (again)
Sascha Peilicke
2012-12-17 15:10:34 +00:00
d978912b69
- Update to 2.28.0: -Sorry, no changelog atm.
Alexandre Rogoski
2012-12-12 00:27:51 +00:00
94ea115a32
- Update to 2.28.0: -Sorry, no changelog atm.
Alexandre Rogoski
2012-12-12 00:27:51 +00:00
940137f7d6
- Update to 2.27.0: * Added support for phantomjs / ghostdriver
Alexandre Rogoski
2012-12-06 00:40:57 +00:00
0b58451ad4
- Update to 2.27.0: * Added support for phantomjs / ghostdriver
Alexandre Rogoski
2012-12-06 00:40:57 +00:00
e934abc2c9
- We're not in Factory, so we can safely install the binary extension until this is solved otherwise (bnc#788988)
Sascha Peilicke
2012-11-09 12:50:29 +00:00
503cb5e51a
- We're not in Factory, so we can safely install the binary extension until this is solved otherwise (bnc#788988)
Sascha Peilicke
2012-11-09 12:50:29 +00:00
27d3bf3126
- 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
Alexandre Rogoski
2012-07-19 11:49:20 +00:00
06976f7750
- 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
Alexandre Rogoski
2012-07-19 11:49:20 +00:00
9ac1bcaeb5
- Update to 2.22.1: - Catch an OSError exception when trying to get the EXIF data of a touchy image.
Alexandre Rogoski
2012-05-29 18:27:51 +00:00
895f02c8f9
- Update to 2.22.1: - Catch an OSError exception when trying to get the EXIF data of a touchy image.
Alexandre Rogoski
2012-05-29 18:27:51 +00:00
1163b336d3
- 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
Alexandre Rogoski
2012-05-09 05:07:56 +00:00
d4826e7f3a
- 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
Alexandre Rogoski
2012-05-09 05:07:56 +00:00
721f2785e0
- 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.
Alexandre Rogoski
2012-04-16 22:59:15 +00:00
2f6a963e0d
- 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.
Alexandre Rogoski
2012-04-16 22:59:15 +00:00
5a0642ba2f
- 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
Alexandre Rogoski
2012-04-12 01:52:02 +00:00
48a68bbc38
- 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
Alexandre Rogoski
2012-04-12 01:52:02 +00:00
18b510ec93
- Don't install the binary Firefox extension until this is solved with upstream
Sascha Peilicke
2012-04-10 12:53:48 +00:00
f53469b038
- Don't install the binary Firefox extension until this is solved with upstream
Sascha Peilicke
2012-04-10 12:53:48 +00:00
65a756759d
- 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
Sascha Peilicke
2012-04-02 12:33:41 +00:00
46bb05d577
- 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
Sascha Peilicke
2012-04-02 12:33:41 +00:00
d7f5c70eca
- 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
Alexandre Rogoski
2012-02-27 23:24:14 +00:00
93c266899a
- 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
Alexandre Rogoski
2012-02-27 23:24:14 +00:00
5cc90bd573
- Update to 2.19.1: - Sorry, no changelog atm.
Alexandre Rogoski
2012-02-08 19:03:59 +00:00
91680a6897
- Update to 2.19.1: - Sorry, no changelog atm.
Alexandre Rogoski
2012-02-08 19:03:59 +00:00
a7ca2d5d8d
- Update to 2.27.0: - Sorry, no changelog atm.
Alexandre Rogoski
2012-01-17 01:43:08 +00:00
d922a211b1
- Update to 2.27.0: - Sorry, no changelog atm.
Alexandre Rogoski
2012-01-17 01:43:08 +00:00
40d10280a1
- Update to 2.16.0: - Sorry, no changelog atm.
Alexandre Rogoski
2012-01-04 23:26:08 +00:00
78ead0697c
- Update to 2.16.0: - Sorry, no changelog atm.
Alexandre Rogoski
2012-01-04 23:26:08 +00:00
28b58a250c
- Update to 2.15.0: - Sorry, no changelog atm.
Alexandre Rogoski
2011-12-08 12:08:52 +00:00
a1897b9bad
- Update to 2.15.0: - Sorry, no changelog atm.
Alexandre Rogoski
2011-12-08 12:08:52 +00:00
c7d869341b
- Update to 2.14.0: - Fix for LD_PRELOAD being polluted by WebDriver - Added Orientation API - A fix for Error Handling
Alexandre Rogoski
2011-11-30 00:45:32 +00:00
08b9e2bc81
- Update to 2.14.0: - Fix for LD_PRELOAD being polluted by WebDriver - Added Orientation API - A fix for Error Handling
Alexandre Rogoski
2011-11-30 00:45:32 +00:00
2973964a54
- Update to 2.13.1: - Sorry, no changelog atm.
Alexandre Rogoski
2011-11-19 19:01:35 +00:00
183ded32f7
- Update to 2.13.1: - Sorry, no changelog atm.
Alexandre Rogoski
2011-11-19 19:01:35 +00:00
f4cc29ff9c
- 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
Alexandre Rogoski
2011-11-18 17:26:33 +00:00
023f4369c2
- 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
Alexandre Rogoski
2011-11-18 17:26:33 +00:00
a04351560c
- Update to 2.12.1: - Sorry, no changelog atm .
Alexandre Rogoski
2011-11-11 02:04:28 +00:00
352b895bc8
- Update to 2.12.1: - Sorry, no changelog atm .
Alexandre Rogoski
2011-11-11 02:04:28 +00:00
f96b47ba7d
- Update to 2.11.1: - Sorry, no changelog atm.
Alexandre Rogoski
2011-10-29 11:11:14 +00:00
f9b8a9eb99
- Update to 2.11.1: - Sorry, no changelog atm.
Alexandre Rogoski
2011-10-29 11:11:14 +00:00
3d5fd6e61b
- Update to 2.10.0: - "Choose which apps" dialog has been disabled - Bug Fixes
Alexandre Rogoski
2011-10-28 00:59:00 +00:00
f0751223a1
- Update to 2.10.0: - "Choose which apps" dialog has been disabled - Bug Fixes
Alexandre Rogoski
2011-10-28 00:59:00 +00:00
e5d60141cd
- Update to 2.9.0: - Sorry, no changelog atm.
Alexandre Rogoski
2011-10-20 22:32:06 +00:00
918f3a1c65
- Update to 2.9.0: - Sorry, no changelog atm.
Alexandre Rogoski
2011-10-20 22:32:06 +00:00
c099786569
- Update to 2.5.0: - Sorry, no changelog atm.
Alexandre Rogoski
2011-08-24 00:07:04 +00:00
3a0ad14bc0
- Update to 2.5.0: - Sorry, no changelog atm.
Alexandre Rogoski
2011-08-24 00:07:04 +00:00
0c493f6232
- Update to 2.4.0: - Sorry, no changelog.
Alexandre Rogoski
2011-08-11 23:47:24 +00:00
5311451994
- Update to 2.4.0: - Sorry, no changelog.
Alexandre Rogoski
2011-08-11 23:47:24 +00:00
42e7f7644d
- Update to 2.3.0: - Sorry, no changelog.
Alexandre Rogoski
2011-08-01 18:29:44 +00:00
109a2f7578
- Update to 2.3.0: - Sorry, no changelog.
Alexandre Rogoski
2011-08-01 18:29:44 +00:00
7b48806abb
- Update to 2.1.0: - Sorry, no changelog.
Alexandre Rogoski
2011-07-18 18:13:13 +00:00
4486336b24
- Update to 2.1.0: - Sorry, no changelog.
Alexandre Rogoski
2011-07-18 18:13:13 +00:00
bedb4b2ff3
- Update to 2.0.1: - Sorry, no changelog. - Regenerate spec file with py2pack.
Alexandre Rogoski
2011-07-08 11:24:36 +00:00
81f88d50bc
- Update to 2.0.1: - Sorry, no changelog. - Regenerate spec file with py2pack.
Alexandre Rogoski
2011-07-08 11:24:36 +00:00
a476c1203a
- Update to 1.0.3; - Building as noarch for openSUSE >= 11.2; - Spec file cleaned with spec-cleaner.
Alexandre Rogoski
2010-05-26 13:26:46 +00:00
3511c1f59c
- Update to 1.0.3; - Building as noarch for openSUSE >= 11.2; - Spec file cleaned with spec-cleaner.
Alexandre Rogoski
2010-05-26 13:26:46 +00:00
55c72a224f
Accepting request 33853 from home:bmanojlovic:branches:devel:languages:python
Pavol Rusnak
2010-03-04 12:07:23 +00:00
674cdbba1e
Accepting request 33853 from home:bmanojlovic:branches:devel:languages:python
Pavol Rusnak
2010-03-04 12:07:23 +00:00