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 selenium-webdriver to v4.22.0 - autoclosed #13

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
selenium-webdriver (source, changelog) 4.4.0 -> 4.22.0 age adoption passing confidence

Release Notes

SeleniumHQ/selenium (selenium-webdriver)

v4.22.0

=========================

  • Force UTF-8 encoding on logger (see #​6937)
  • Don't crash when ChildProcess is already killed (see #​14032)
  • Manage bidi instance on the bridge not the driver (#​14071)
  • Implement High Level Logging API with BiDi (#​14073)
  • Fix bug with message deletion in Guard class
  • Change output for Guard class
  • Implement toggle for BiDi and Classic implementations (#​14092)
  • Add preference to enable CDP in Firefox by default (#​14091)
  • Add support for the w3c silent option for the ruby library (#​14152)
  • Add CDP for Chrome 126 and remove 123

v4.21.1

=========================

  • Fixed missing Chrome binary error in Rails system tests.

v4.21.0

=========================

  • Add CDP for Chrome 125 and remove 122
  • Initial extensibility points for Appium
    • Support registering extra headers in HTTP client
    • Support overriding User-Agent in HTTP client
    • Support registering extra bridge commands
    • Support overriding default locator conversion
    • Support registering custom finders for SearchContext
    • Support using custom element classes

v4.20.1

=========================

  • Returned accidentally removed DriverFinder.path and deprecated it.

v4.20.0

=========================

  • Add CDP for Chrome 124 and remove 121
  • Making Selenium Manager a thin wrapper (#​13386)
    • This change has been made to make it easier to maintain and improve, the interface has
      changed and if users were invoking it, they might experience issues. Selenium Manager is
      still in beta and these type of changes are expected.

v4.19.0

=========================

  • Add CDP for Chrome 123 and remove 120
  • Avoid over-escaping browser path (#​13632)
  • Add full RBS support (#​13234)

v4.18.1

=========================

  • Add CDP for Chrome 122 and remove 119

v4.18.0

=========================

  • Update documentation link in readme (#​13570)
  • make suggested updates from rubocop

v4.17.0

=========================

  • Logger defaults output to stderr instead of stdout
  • Fully support Chrome 120+ old headless mode (#​13271)
  • Add ruby to Selenium Manager input for tracking (see #​13288)
  • Define default command_list (fixes #​13307)
  • Fix issues with incorrectly named edge browser
  • Check for whether driver supports full page screenshots to error (#​12799)
  • Add CDP for Chrome 121 and remove 118

v4.16.0

=========================

Ruby:

  • Add RBS files to Ruby (#​12844)
  • Convert binary locations for cygwin (#​12618)
  • Allow Selenium Manager to work with Unix (#​13161)
  • Extend RBS support for logger and log entry (#​13192)
  • Update rules_ruby to the latest version (#​13235)

BiDi:

  • Released selenium-devtools 0.120.0 (supports CDP v85, v118, v119, v120)

Chrome:

  • Fix http proxy configuration for chrome (#​13093)

Firefox:

  • Delete 'lock' file in FF profile (#​13090)

v4.15.0

=========================

  • Do not set browser binary in selenium manager if it is an empty string (#​12738)
  • Add flaky condition to guards to mark unreliable tests
  • Rake update needs to build latest grid for running remote tests
  • Add CDP v119 and remove v116
  • Implement file downloads (#​12979)

v4.14.0

=========================
Ruby:

  • allow users to access the full script of the atom directly

BiDi:

  • Released selenium-devtools 0.118.0 (supports CDP v85, v116, v117, v118)

v4.13.1

=========================
Ruby:

  • Fix bug preventing logging chromedriver to file

v4.13.0

=========================
Ruby:

  • Fix bug preventing using performance logging with chromium
  • Allow users to set Selenium Manager path by environment variable (#​12752)
  • Allow service to be started before the driver
  • remove deprecated driver extensions for location and network connection

BiDi:

  • Released selenium-devtools 0.117.0 (supports CDP v85, v115, v116, v117)

v4.12.0

=========================
Ruby:

  • Fix bug preventing good error messages in Selenium Manager when stdout empty
  • Fix bug with Firefox not loading net/http library by default (#​12506)
  • Remove support for using capabilities in local drivers

BiDi:

  • Released selenium-devtools 0.116.0 (supports CDP v85, v114, v115, v116)

v4.11.0

=========================
Ruby:

  • Made network interception threads fail silently (#​12226)
  • Have Selenium Manager binary locate drivers on PATH (#​12345)
  • Add browser output from selenium manager to options (#​12398)
  • Remove deprecated code (#​12417)
    BiDi:
  • Released selenium-devtools 0.115.0 (supports CDP v85, v113, v114, v115)
    Edge:
  • Adding ignore process match for IE Mode across bindings (#​12279)

v4.10.0

=========================
Ruby:

  • Implement proxy support for Selenium Manager
  • Prevent setting driver log level in Safari
  • Change all Selenium Manager logging to :debug (#​12145)
  • Error messages include links to documentation
  • Add custom error class for driver location and improve error logic

BiDi:

  • Released selenium-devtools 0.114.0 (supports CDP v85, v112, v113, v114)

Edge:

  • Add support for webview2

v4.9.1

=========================
Ruby:

  • Allow users to specify driver process output in Service class (#​11964)
  • Updated minimum required Ruby version to 3.0
  • Selenium Logger defaults to :info and all debugging is now logged as :debug (#​11967)
  • Every logging entry can be ignored based on ID, not just warnings
  • Logging entries can be filtered to allow or ignore specific IDs

BiDi:

  • Fix bug with loading devtools (#​11931) (thanks Boris Petrov!)
  • Released selenium-devtools 0.113.0 (supports CDP v85, v111, v112, v113)

v4.9.0

=========================
Ruby:

  • Fix devtools version fallback (#​11869)
  • Fix bug in selenium manager escaping back slashes in Windows (#​11884)

BiDi:

  • Released selenium-devtools 0.112.0 (supports CDP v85, v110, v111, v112)

v4.8.6

=========================
Ruby:

  • Properly escape arguments passed to Selenium Manager

v4.8.5

=========================
Ruby:

  • Wrapping browser name in quotes when calling Selenium Manager

v4.8.4

=========================
Ruby:

  • Update the selenium-manager versions to fix an IE naming issue (#​11828)

v4.8.3

=========================
Ruby:

  • Still need to use driver finder when using capabilities parameter
  • Accommodate Driver Finder being sent something other than an Options instance

v4.8.2

=========================
Ruby:

  • Ruby driver finder (#​11523)
  • Using json output with Selenium Manager

BiDi:

  • Released selenium-devtools 0.111.0 (supports CDP v85, v109, v110, v111)

v4.8.1

=========================
Ruby:

  • Fix autoload of WebDriver::Remote::Bridge::COMMANDS
  • Subclass is setting value before the superclass is setting it to nil
  • Updating Selenium Manager binaries for 4.8.1 release

BiDi:

  • Released selenium-devtools 0.110.0 (supports CDP v85, v108, v109, v110)
  • Close BiDi session on closing the last top-level browsing context
  • Add filtering capability to LogInspector

v4.8.0

=========================
Ruby:

  • Allow updating instance variables on service classes
  • Deprecate extract_service_args processing in service classes
  • Fix bug preventing sending nil to #send_keys with Remote Driver
  • Fix bug with IE specific methods not available to IE Driver
  • Created Chromium superclass for Chrome and Edge
  • Deprecated platform and version setters/getters in Capabilities class
  • Revamped driver constructor logic
  • Fix bug preventing using Safari Technology Preview when using SafariOptions
  • Fix bug preventing more than one driver type to access Selenium Manager
  • Defaults to using Options instead of Capabilities
  • Make Options classes more strict for allowed arguments and types
  • Removed previously deprecated actions class parameters
  • Removed Location struct
  • Add comment with name of large JS executions (#​11038)
  • update logger with link on how to use it (#​11478)
  • Deprecate #add_option for Option classes in favor of constructor and attr_accessor
  • Deprecate all unrecognized capabilities for Options classes
  • Deprecate support for :capabilities for local drivers
  • Deprecate browser class methods for Capabilities
  • Deprecate #headless! for Chrome and Firefox

BiDi:

  • Released selenium-devtools 0.109.0 (supports CDP v85, v107, v108, v109)
  • Add LogInspector (#​11368)
  • Add Browsing context commands (#​11446)

v4.7.1

=========================
Ruby:

  • Fix bug preventing selenium manager from using Internet Explorer

v4.7.0

=========================
BiDi:

  • Released selenium-devtools 0.108.0 (supports CDP v85, v106, v107, v108)
  • Fix bug with socket stability

Ruby:

  • Remove dependency on ChildProcess gem in favor of native Process.spawn (#​11251)
  • Add support for Selenium Manager to work with IE Driver
  • Improve error handling for Selenium Manager

Safari:

  • Fix bug preventing Safari Options from being used with Safari Technology Preview

v4.6.1

=========================
Ruby:

  • fix bug preventing selenium-manager from being executable by default

v4.6.0

=========================
BiDi:

  • Released selenium-devtools 0.107.0 (supports CDP v85, v105, v106, v107)

Ruby:

  • firefox scroll by amount is only failing on mac
  • add initial support for selenium manager
  • Revert "[rb] do not allow Select class to work with disabled selects"
  • Make sure selenium-manager is packed into gem
  • Fix platform list in #scroll_by guard

v4.5.0

=========================

BiDi:

  • Released selenium-devtools 0.105.0 (supports CDP v85, v103, v104, v105)
  • Released selenium-devtools 0.106.0 (supports CDP v85, v104, v105, v106)
  • Add HasBiDi support to Chrome

Ruby:

  • Fix bug in Platform code
  • Update Select class to error when elements are disabled (#​10812)

Firefox:

  • Add support for installing unsigned add-ons (#​10265, thanks TamsilAmani!)
  • Change accept_insecure_certificates to true by default (to match other bindings)
  • Set debugger_address option to true by default

Server:

  • Add support for initializing server class with arguments and log level

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.8.2 Update dependency selenium-webdriver to v4.8.3 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from c10c9ff to 485adb5 Compare March 27, 2023 01:13
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.8.3 Update dependency selenium-webdriver to v4.8.6 Mar 29, 2023
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from 485adb5 to a50c6ea Compare March 29, 2023 22:30
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.8.6 Update dependency selenium-webdriver to v4.9.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from a50c6ea to 6e7a05a Compare May 28, 2023 10:04
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.9.1 Update dependency selenium-webdriver to v4.10.0 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from 6e7a05a to 90acbee Compare June 7, 2023 19:08
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from 90acbee to 0f23bfb Compare July 31, 2023 20:15
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.10.0 Update dependency selenium-webdriver to v4.11.0 Jul 31, 2023
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.11.0 Update dependency selenium-webdriver to v4.13.0 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from 0f23bfb to f0b7c91 Compare September 25, 2023 19:40
@renovate renovate bot requested a review from Clivern as a code owner September 25, 2023 19:40
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from f0b7c91 to 9bb4658 Compare September 26, 2023 03:58
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.13.0 Update dependency selenium-webdriver to v4.13.1 Sep 26, 2023
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.13.1 Update dependency selenium-webdriver to v4.15.0 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from 9bb4658 to 859e5a3 Compare November 1, 2023 16:07
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.15.0 Update dependency selenium-webdriver to v4.16.0 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from 859e5a3 to 7178194 Compare December 6, 2023 13:03
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.16.0 Update dependency selenium-webdriver to v4.17.0 Jan 23, 2024
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from 7178194 to 18a75a8 Compare January 23, 2024 07:38
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from 18a75a8 to 8d80e2a Compare February 19, 2024 18:04
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.17.0 Update dependency selenium-webdriver to v4.18.0 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from 8d80e2a to 372aa5c Compare February 20, 2024 01:22
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.18.0 Update dependency selenium-webdriver to v4.18.1 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from 372aa5c to 7449465 Compare March 27, 2024 15:55
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.18.1 Update dependency selenium-webdriver to v4.19.0 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from 7449465 to ece9e58 Compare April 24, 2024 21:35
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.19.0 Update dependency selenium-webdriver to v4.20.0 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from ece9e58 to bd3ff71 Compare April 26, 2024 04:52
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.20.0 Update dependency selenium-webdriver to v4.20.1 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from bd3ff71 to f091968 Compare May 16, 2024 17:29
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.20.1 Update dependency selenium-webdriver to v4.21.0 May 16, 2024
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from f091968 to c449c35 Compare May 16, 2024 23:30
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.21.0 Update dependency selenium-webdriver to v4.21.1 May 16, 2024
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x-lockfile branch from c449c35 to 4113d94 Compare June 20, 2024 21:20
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.21.1 Update dependency selenium-webdriver to v4.22.0 Jun 20, 2024
@renovate renovate bot changed the title Update dependency selenium-webdriver to v4.22.0 Update dependency selenium-webdriver to v4.22.0 - autoclosed Jun 30, 2024
@renovate renovate bot closed this Jun 30, 2024
@renovate renovate bot deleted the renovate/selenium-webdriver-4.x-lockfile branch June 30, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants