14
0

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
This commit is contained in:
Tomáš Chvátal
2018-09-21 10:29:22 +00:00
committed by Git OBS Bridge
parent b45ee0df21
commit 2d3743c7ee

View File

@@ -2,7 +2,19 @@
Fri Sep 21 07:49:59 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Update to version 3.14.1:
* Ship license file
+ 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
-------------------------------------------------------------------
Fri Aug 3 11:55:47 UTC 2018 - tchvatal@suse.com