14
0
Commit Graph

75 Commits

Author SHA256 Message Date
8db64d1a44 - Drop ExclusiveArch - at least s390x and ppc64le also build
successfully, so there's no point in listing lots of archs in
  "ExclusiveArch"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=95
2025-04-22 07:39:14 +00:00
2cbcfb90ef Accepting request 1225746 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1225746
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=93
2024-11-22 09:39:08 +00:00
676b4ab972 Accepting request 1208619 from openSUSE:Factory:RISCV
- Enable build on riscv64

OBS-URL: https://build.opensuse.org/request/show/1208619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=91
2024-10-17 12:03:35 +00:00
2cc71a6f9f - Update to 4.25.0:
* Add CDP for Chrome 129 and remove 126
  * Allow overriding `GLOBAL_DEFAULT_TIMEOUT`
  * Disable strict time stamps in Firefox profile
  * Remove precompiled binaries from sdist
  * Fix RelativeBy#near to take 2 parameters
  * Fix EOFError when calling the Remote WebDriver download_file method
  * Add low-level sync API to use DevTools
  * Add preference to enable CDP in Firefox by default
  * Allow using enable_bidi property on options class
  * Implement script module for BiDi
  * Remove desired capabilities argument for Webkitgtk
  * Make webkitgtk.webdriver same as wpewebkit.webdriver
  * Moving ignore_local_proxy_environment_variables to BaseOptions
  * Making Selenium Manager a thin wrapper
  * Add more network interfaces to detect lan ip
  * Explicitly export Select and WebDriverWait from
    selenium.webdriver.support.ui
  * [py] Correct typing_extension dependency for wheel generation
  * Add page load strategy enum
  * Use correct file name when bumping versions
  * Filter which bidi logs are recorded based on event type
  * Sleep depending on the number of attempts to check if the service has
    started
  * Use subprocess.DEVNULL instead of open(os.devnull)
  * Do not change profile preferences of an existing directory by default
  * Fix inadvertent code change in mutation_event
  * Fix bug in using SE_MANAGER_PATH
  * Fix bug where downloaded file was not getting unzipped
  * Fix WebDriverWait type hints for WebElement

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=89
2024-10-15 04:09:19 +00:00
84ae223d6f Accepting request 1094321 from home:Guillaume_G:branches:devel:languages:python
- Fix packaging for non-x86_64 architectures

OBS-URL: https://build.opensuse.org/request/show/1094321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=87
2023-06-23 11:28:53 +00:00
7624c6fedd - Update to 4.10.0:
* Fix bug preventing proxy from working in Options classes (#12029)
  * Add support for changing pointers in Actions class (#11521)
  * Support newer versions of urllib3 (#11993)
  * Add fine grained control for arguments provided to service subprocesses
    by passing a `popen_kw` mapping for all services.
  * `Options` classes now allow `timeout` to be set partially and no longer
    raise an exception when all values are not provided. (#11623)
  * Fixed a bug in `Service` destructors accessing modules that no longer
    existed during interpreter shutdown.
  * Fix frame_to_be_available_and_switch_to_it() for string inputs (#10963)
  * Use monotonic clock for waits, fixes #10544 (#10550)
  * Use `get_timeout()` for urllib pool manager timeouts in remote
    connection (#10563)
  * update ShadowRoot find element signatures to match those in
    WebElement (#10138)
  * Check the values in NO_PROXY and set the poolmanager accordingly
    (#9925, #9967)
  * Allows None to be set for the sameSite attribute (#9771)
  * Specify that the "find_element_by_* ..." warning is a deprecation
    warning (#9700)
  * Allow 0 coordinates for the window position. Fixes #9574
  * Add the ability to pass in multiple options and have that capabilities
    returned as (first|always)Match
  * Add the ability to pass in different locators to do Relative Locator
    searches
  * Add the ability to enable mobile on options classes
  * Allow overriding the default 250 msecs duration of pointer movement (#9336)
  * Set Chromium Edge to be the default for Edge browsers
  * Add ARIA APIs for getting the role and label of an Element

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=85
2023-06-09 06:29:39 +00:00
Tomáš Chvátal
ead3480ec8 Accepting request 828037 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Package x_ignore_nofocus.so on supported architectures only

OBS-URL: https://build.opensuse.org/request/show/828037
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=83
2020-08-20 08:37:25 +00:00
Tomáš Chvátal
0ff593de2f Accepting request 816810 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Enable build on aarch64 %arm

OBS-URL: https://build.opensuse.org/request/show/816810
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=81
2020-06-24 14:08:51 +00:00
Tomáš Chvátal
f16d5d14ae Accepting request 703770 from home:mbelur:branches:devel:languages:python
- Update to version 3.141.0
  + Bump version to a better approximation of Π
  + Improved Test build targets
  + fix os path in test for Windows
  + use 'NUL' for /dev/null on Windows
  + Update ctor docstrings to explain that a directory passed in is cloned. Fixes #6542
  + Allow passing of service_args to Safari. Fixes #6459
  + Remove element equals url
  + Improved WebExtension support

OBS-URL: https://build.opensuse.org/request/show/703770
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=79
2019-05-17 19:04:55 +00:00
Tomáš Chvátal
2d3743c7ee Accepting request 637029 from home:namtrac:branches:devel:languages:python
Add some changelog.  

  + Fix ability to set timeout for urllib3 (#6286)
  + get_cookie uses w3c endpoint when compliant
  + Remove body from GET requests (#6250)
  + Fix actions pause for fraction of a second (#6300)
  + Fixed input pausing for some actions methods
  + Capabilities can be set on Options classes
  + WebElement rect method is now forward compatible for OSS
    endpoints (#6355)
  + Deprecation warnings now have a stacklevel of 2
  + keep_alive can now be set on Webdriver init (#6316)
  + isDisplayed atom is now used for all w3c compliant browser,
    fixing issue with Safari 12
- Ship license file

OBS-URL: https://build.opensuse.org/request/show/637029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=77
2018-09-21 10:29:22 +00:00
Tomáš Chvátal
b45ee0df21 - Update to version 3.14.1:
* Ship license file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=76
2018-09-21 07:51:14 +00:00
Tomáš Chvátal
699807a184 - Run the tests, taken from upstream git and issue filled upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=74
2018-08-03 11:56:01 +00:00
Tomáš Chvátal
378bd578c7 Accepting request 627321 from home:namtrac:branches:devel:languages:python
- Update to version 3.14.0
  * [py] Fix doc of URL-related ExpectedCondition (#6236)

OBS-URL: https://build.opensuse.org/request/show/627321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=73
2018-08-03 11:47:50 +00:00
Tomáš Chvátal
3777c54a23 Accepting request 627316 from home:namtrac:branches:devel:languages:python
- [py] Fix doc of URL-related ExpectedCondition (#6236)

OBS-URL: https://build.opensuse.org/request/show/627316
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=72
2018-08-03 11:32:32 +00:00
1baeb70ae0 Accepting request 620058 from home:apersaud:branches:devel:languages:python
- specfile:
  * be more specific for %{python_sitelib}/* in %files
- update to version 3.13.0:
  * Add executing Chrome devtools command (#5989)
  * fix incorrect w3c action encoding in python client (#6014)
  * Implement context manager for WebDriver
  * Stop sending "windowHandle" param in maximize_window command for
    w3c

OBS-URL: https://build.opensuse.org/request/show/620058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=70
2018-07-01 21:25:10 +00:00
Tomáš Chvátal
58c9f26599 Accepting request 606242 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/606242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=68
2018-05-10 16:43:31 +00:00
Tomáš Chvátal
9e7ac9c99b Accepting request 591705 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/591705
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=66
2018-03-27 16:46:19 +00:00
Tomáš Chvátal
e94169fa43 Accepting request 584160 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/584160
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=64
2018-03-08 08:49:55 +00:00
Tomáš Chvátal
93b2da8482 Accepting request 575250 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/575250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=62
2018-02-10 19:36:53 +00:00
Tomáš Chvátal
170b513c46 Accepting request 568789 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/568789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=60
2018-01-24 07:58:43 +00:00
50e8992dd9 Accepting request 532546 from home:jengelh:branches:devel:languages:python
- Remove future plans from description.

OBS-URL: https://build.opensuse.org/request/show/532546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=58
2017-10-12 11:18:17 +00:00
Tomas Cech
e4e554bac3 Accepting request 530300 from home:mimi_vx:branches:devel:languages:python
- Update to 3.6.0
  * Fix package name in python webelement module (#4670)
  * Fix python driver examples (#3872)
  * No need to multiply pause by 1000
  * Add pause to action chains
  * only check for proxyType once
  * lowercase proxy type for w3c payload in python #4574
  * guarding against null return value from find_elements in python #4555
  * remove unnecessary pytest marking, address flake8 issues
  * allow IE WebDriver to accept IE Options
  * add IE Options class
  * convert OSS capabilities to W3C equivalent for W3C payload
  * Add Safari to API docs
  * Numerous test fixes
  * Iterate over capabilities in a way to support py2.7 and py3
  * Fix W3C switching to window by name.
  * Support GeckoDriver addon install/uninstall commands  #4215.
  * Move firefox_profile into moz:firefoxOptions.
  * Filter non-W3C capability names out of alwaysMatch.
  * Honor cmd line args passed to Service ctor (#4167)
  * Add expected conditions based on URL to Python Expected Conditions #4160
  * Add network emulation to Chrome Python bindings (#4011)
  * add warning when saving incorrectly named screenshot (#4141)

OBS-URL: https://build.opensuse.org/request/show/530300
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=56
2017-10-05 09:13:57 +00:00
Todd R
7c22ae0322 Accepting request 492714 from home:TheBlackCat:branches:devel:languages:python
- Update to version 3.4.1
- Implement single-spec version.

OBS-URL: https://build.opensuse.org/request/show/492714
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=53
2017-05-08 14:21:26 +00:00
Thomas Bechtold
0e04a7aaeb Accepting request 477840 from home:bmanojlovic:branches:devel:languages:python
- updated to latest official release 3.0.2

OBS-URL: https://build.opensuse.org/request/show/477840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=52
2017-03-20 15:47:03 +00:00
12936bedf4 Accepting request 429003 from home:aplanas:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/429003
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=51
2016-09-21 10:57:48 +00:00
5a268e7d51 Accepting request 427035 from home:aplanas:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/427035
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=50
2016-09-14 12:40:41 +00:00
6c26e5f6a4 Accepting request 357345 from home:dmacvicar:branches:devel:languages:python
- Update to Selenium 2.50.1
    * Fixing error message handling. Fixes issue #1497
    * Fixing error message handling. Fixes issue #1507
    * Update webelement to handle W3C commands for size/location and rect
    * rewrite click scrolling tests to match the Java ones
- Changes from Selenium 2.50.0
    * handle potential URLError from sending shutdown, set self.process to None after it's already been quit
    * Add support for submit() with W3C compliant endpoint
- Changes from Selenium 2.49.1
    * Ensure you can close stream before attempting to close it.
    * message response may cause json loads ValueError when it's not actually json
      and just a string (like the message that occurs when firefox driver thinks
      another element will receive the click)
    * Cleanup some error handling when sniffing what protocol you are speaking
- Changes from Selenium 2.49.0
    * Have Firefox service write to a file instead of PIPE
    * on osx for firefox, fallback to checking homebrew install, if the default isn't there
    * Added Firefox path variable for string placeholder
    * Update README to show Python 3.2+
    * refactoring all the service classes to use a common one.
    * Add Firefox specific command to switch context between Browser content and Browser chrome
    * updating files after go copyright:update
    * Use specificationLevel to know that we are speaking GeckoDriver
    * Bug fixes: #1294, #1186
- Changes from Selenium 2.48.0
    * Update error pulling to match spec when we encounter a spec compliant browser.
    * Disable tests that are not working with Marionette when running Marionette tests
    * Add the ability to run python marionette tests
    * Python 3 compatibility for remote Authorization
    * changing casing of children finding tests

OBS-URL: https://build.opensuse.org/request/show/357345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=49
2016-02-04 09:31:39 +00:00
Michal Čihař
2ed886c2aa Accepting request 317044 from home:Nijel:branches:devel:languages:python
- Remove foreign architecture binaries to avoid cross architecture dependencies

OBS-URL: https://build.opensuse.org/request/show/317044
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=48
2015-07-16 08:19:37 +00:00
Michal Čihař
fa82ea1a4a Accepting request 317040 from home:Nijel:branches:devel:languages:python
- Remove ExclusiveArch as the package is moslty noarch, the only exception
  being optional addon for Firefox.

- 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

OBS-URL: https://build.opensuse.org/request/show/317040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=47
2015-07-16 08:09:06 +00:00
Michal Čihař
1dbad016ac Accepting request 298777 from home:Nijel:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/298777
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=46
2015-04-23 11:05:52 +00:00
Todd R
cbef495628 Accepting request 248625 from home:TheBlackCat:branches:devel:languages:python
Update to version 2.43

OBS-URL: https://build.opensuse.org/request/show/248625
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=45
2014-09-11 15:13:03 +00:00
Todd R
fa9a61e5b2 Accepting request 243754 from home:TheBlackCat:branches:devel:languages:python
Update to version 2.42.1

OBS-URL: https://build.opensuse.org/request/show/243754
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=44
2014-08-06 09:28:55 +00:00
Denisart Benjamin
7f2d30ec77 Accepting request 208057 from home:posophe:branches:devel:languages:python
update

OBS-URL: https://build.opensuse.org/request/show/208057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=43
2013-11-23 18:08:13 +00:00
Sascha Peilicke
a4153a1fe7 Accepting request 186924 from home:dirkmueller:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/186924
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=42
2013-08-13 11:04:47 +00:00
Sascha Peilicke
348467fb26 Accepting request 186469 from home:dirkmueller:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/186469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=41
2013-08-09 08:24:36 +00:00
Sascha Peilicke
35ef5c84f8 Accepting request 173726 from home:dirkmueller:branches:devel:languages:python
- update to 2.32.0:
  * Support for FF20 Native Events
  * Allow easy FirefoxBinary subclassing

OBS-URL: https://build.opensuse.org/request/show/173726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=40
2013-04-29 13:26:33 +00:00
Alexandre Rogoski
16a15b2bc7 - Update to 2.31.0:
* Support for FF19 native events
  * web element equality is now in conformance with other language
    bindings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=39
2013-02-28 13:22:02 +00:00
Alexandre Rogoski
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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=38
2013-02-19 20:37:00 +00:00
Alexandre Rogoski
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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=37
2013-01-17 23:58:01 +00:00
Sascha Peilicke
444104317c - Remove 64bit Firefox blob on 32bit to avoid useless runtime
dependencies (again)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=36
2012-12-17 15:10:34 +00:00
Alexandre Rogoski
94ea115a32 - Update to 2.28.0:
-Sorry, no changelog atm.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=35
2012-12-12 00:27:51 +00:00
Alexandre Rogoski
0b58451ad4 - Update to 2.27.0:
* Added support for phantomjs / ghostdriver

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=34
2012-12-06 00:40:57 +00:00
Sascha Peilicke
503cb5e51a - We're not in Factory, so we can safely install the binary extension
until this is solved otherwise (bnc#788988)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=33
2012-11-09 12:50:29 +00:00
Alexandre Rogoski
7d7a09b02e - Update to 2.26:
* Added location_when_scrolled_into_view - Bug 4357

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=32
2012-11-03 03:06:27 +00:00
Alexandre Rogoski
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=31
2012-07-19 11:49:20 +00:00
Alexandre Rogoski
895f02c8f9 - Update to 2.22.1:
- Catch an OSError exception when trying to get the EXIF data of
    a touchy image.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=30
2012-05-29 18:27:51 +00:00
Alexandre Rogoski
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=29
2012-05-09 05:07:56 +00:00
Alexandre Rogoski
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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=28
2012-04-16 22:59:15 +00:00
Alexandre Rogoski
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=27
2012-04-12 01:52:02 +00:00
Sascha Peilicke
f53469b038 - Don't install the binary Firefox extension until this is solved
with upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=26
2012-04-10 12:53:48 +00:00