atexio / mercure

Mercure is a tool for security managers who want to train their colleague to phishing.
https://hub.docker.com/r/atexio/mercure/
GNU General Public License v3.0
267 stars 56 forks source link

Update selenium to 3.141.0 #221

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates selenium from 3.13.0 to 3.141.0.

Changelog ### 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 ``` ### 3.14.1 ``` * 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 ``` ### 3.14.0 ``` * Fix doc of URL-related ExpectedCondition (6236) * Added ExpectedCondition invisibility_of_element * Swap out httplib for urllib3 * Be consistent with webdriver init kwarg service_log_path (5725) ```
Links - PyPI: https://pypi.org/project/selenium - Changelog: https://pyup.io/changelogs/selenium/ - Repo: https://github.com/SeleniumHQ/selenium/
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 1071


Totals Coverage Status
Change from base Build 1069: 0.0%
Covered Lines: 2202
Relevant Lines: 2213

💛 - Coveralls