Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency splinter to v0.21.0 #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 1, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
splinter (changelog) ==0.14.0 -> ==0.21.0 age adoption passing confidence

Release Notes

cobrateam/splinter (splinter)

v0.21.0

Compare Source

========

Changed

  • Safari is now supported as a browser for Selenium Remote

v0.20.1

Compare Source

========

Fixed

  • Fix the default value for User-Agent

v0.20.0

Compare Source

========

Changed

  • Selenium 3 is no longer supported
  • Added support for Python 3.11 and 3.12, dropped support for Python 3.7

Fixed

  • CookieManager.delete() no longer deletes all cookies when no arguments are given

v0.19.0

Compare Source

========

Added

Changed

  • When CookieManager.delete() is called with no arguments then all cookies are deleted. This behaviour has been deprecated. CookieManager.delete_all() should be used instead.
  • The message for the error raised when a driver's class is not found has been improved.

Fixed

  • FlaskDriver.attach_file() has been fixed.
  • urllib3 is now always installed, regardless of driver used.

v0.18.1

Compare Source

========

Changed

  • Set Firefox preferences through options instead of FirefoxProfile

Fixed

  • Use dedicated logger in browser.py to avoid clobbering other Python logging
  • Removed required selenium import for error handling, making it possible to use splinter without installing selenium (as long as a selenium driver isn't used)

v0.18.0

Compare Source

========

Added

  • WebDriverElement() now implements the shadow_root property. This returns a ShadowRootElement() object to interact with the shadow root of an element.
  • Failed driver imports are logged at the debug level instead of silently ignored
  • browser.html_snapshot() now takes the optional unique_file argument. Setting this to False will disable the addition of random characters to the filename.

Changed

  • repr(ElementList()) now returns the repr of the internal container.
  • Driver.find_link_by_ methods have been removed. Use Driver.links.find_by_.
  • Screenshot taken by WebDriverElement.screenshot() now implements Selenium's element screenshot instead of cropping a full page screenshot.
  • Flask/Django's back/forward methods more accurately store browsing history
  • Official Python 3.6 support has been removed

Fixed

  • 0.17.0 would report as 0.16.0. 0.18.0 reports correctly.
  • When using Firefox, extensions can now be installed

v0.17.0

Compare Source

========

Backward incompatible changes

.. code-block:: bash

python -m pip install splinter[selenium3]

v0.16.0

Compare Source

========

Backward incompatible changes

v0.15.0

Compare Source

========


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency splinter to v0.15.0 Update dependency splinter to v0.16.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/splinter-0.x branch from 5da6b6c to 2cc0ce6 Compare October 18, 2021 17:22
@renovate renovate bot force-pushed the renovate/splinter-0.x branch from 2cc0ce6 to ef13447 Compare March 7, 2022 09:39
@renovate renovate bot changed the title Update dependency splinter to v0.16.0 Update dependency splinter to v0.17.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/splinter-0.x branch from ef13447 to aabedef Compare June 18, 2022 18:44
@renovate renovate bot changed the title Update dependency splinter to v0.17.0 Update dependency splinter to v0.18.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/splinter-0.x branch from aabedef to 7820380 Compare September 25, 2022 11:15
@renovate renovate bot changed the title Update dependency splinter to v0.18.0 Update dependency splinter to v0.18.1 Sep 25, 2022
@renovate renovate bot changed the title Update dependency splinter to v0.18.1 Update dependency splinter to v0.19.0 Mar 16, 2023
@renovate renovate bot changed the title Update dependency splinter to v0.19.0 Update dependency splinter to v0.20.0 Nov 11, 2023
@renovate renovate bot force-pushed the renovate/splinter-0.x branch from 69483dd to 8936892 Compare November 11, 2023 08:10
@renovate renovate bot changed the title Update dependency splinter to v0.20.0 Update dependency splinter to v0.20.1 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/splinter-0.x branch from 8936892 to f85d4ec Compare November 15, 2023 18:38
@renovate renovate bot changed the title Update dependency splinter to v0.20.1 Update dependency splinter to v0.21.0 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/splinter-0.x branch from f85d4ec to 74cf0d3 Compare January 16, 2024 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants