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

Bump selenium-webdriver from 3.141.592 to 3.141.5926 #5509

Merged
merged 1 commit into from
Apr 18, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps selenium-webdriver from 3.141.592 to 3.141.5926.

Changelog

Sourced from selenium-webdriver's changelog.

3.141.5926 (2019-04-18)

Ruby:

  • Fixed an issue when Selenium itself would print deprecation warning
    for TimeoutError
  • Fixed a regression when socket poller would raise Errno::EBADF on JRuby

3.141.592 (2019-04-18)

Ruby:

  • Updated minimum required Ruby version to 2.3
  • Added support for ChildProcess 1.x
  • Improved socket connection waiting (thanks @​N0xFF)
  • Changed waiting to use monotonic clock instead of Time class to avoid
    collisions with Timecop and similar gems
  • Removed deprecated PortProber.random
  • Added strictFileInteractability to the list of known capabilities
  • Added InsecureCertificateError
  • Added support for setting SOCKS version in proxy (issue #6938)
  • Implemented new window command using driver.manage.new_window. The command
    is supported by recent Firefox, Safari and IE drivers (thanks @​dylanlive)
  • Added support for passing proc to driver_path setter in Service classes
  • Deprecated all errors which don't exist in WebDriver specification
  • Deprecated TouchActionBuilder which is not a part of WebDriver specification
    and is only supported by Chrome, but is likely to be dropped in v75.
    ActionBuilder should be used instead
  • Deprecated using Remote::W3C::Capabilities in favor of Remote::Capabilities

Chrome:

  • Added support for execute CDP commands using Driver#execute_cdp
  • Removed GPU disabling in ChromeDriver when using Options#headless!
  • Switched suggested download URL to HTTPS (thanks @​JLLeitschuh)
  • Added support for instantiating service class directly and moved all driver
    executable configuration there (command-line arguments, port, etc.)
    Passing driver_opts, driver_path and port to driver initializer is now
    deprecated so use Selenium::WebDriver::Service.chrome instead, which allows
    to customize executable behavior in similar way. Once initialized, this
    object can be passed as :service keyword during driver initialization.
  • Deprecated Chrome.driver_path= in favor of Service::Chrome.driver_path=

Edge:

  • Added support for instantiating service class directly and moved all driver
    executable configuration there (command-line arguments, port, etc.)
    Passing driver_opts, driver_path and port to driver initializer is now
    deprecated so use Selenium::WebDriver::Service.firefox instead, which allows
    to customize executable behavior in similar way. Once initialized, this
    object can be passed as :service keyword during driver initialization
  • Deprecated Edge.driver_path= in favor of Service::Edge.driver_path=
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file Ruby labels Apr 18, 2019
@plotsbot
Copy link
Collaborator

1 Message
📖 @dependabot[bot] Thank you for your pull request! I’m here to help with some tips and recommendations. Please take a look at the list provided and help us review and accept your contribution! And don’t be discouraged if you see errors – we’re here to help.

Generated by 🚫 Danger

@jywarren jywarren merged commit b61ca7d into master Apr 18, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/selenium-webdriver-3.141.5926 branch April 18, 2019 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Ruby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants