Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Bump selenium-webdriver from 3.4.0 to 3.141.0#604

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/selenium-webdriver-3.141.0
Closed

Bump selenium-webdriver from 3.4.0 to 3.141.0#604
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/selenium-webdriver-3.141.0

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 18, 2019

Bumps selenium-webdriver from 3.4.0 to 3.141.0.

Release notes

Sourced from selenium-webdriver's releases.

Selenium 3.141.0

  • Update python changelog and versions for release :: AutomatedTester
  • Updating version resources and CHANGELOG for 3.14 release of IE driver :: Jim Evans
  • Updating .NET CHANGELOG for 3.14 release :: Jim Evans
  • Unignoring alert tests for Edge :: Jim Evans
  • Disable overlapping element tests for Edge :: Jim Evans
  • Release Ruby bindings 3.14.0 :: Alex Rodionov
  • [py] fix docs build :: Lucas Tierney
  • use xenial for travis :: Lucas Tierney
  • [py] update travis testing to use 3.7 :: Lucas Tierney
  • revert change to xenial and python 3.7, builds are taking too long :: Lucas Tierney
  • Added a basic ServiceBuilder for Internet Explorer ([#6181](https://github-redirect.dependabot.com/SeleniumHQ/selenium/issues/6181)) :: jleyba
  • [py] use Firefox w/ geckodriver for remote testing :: Lucas Tierney
  • [py] update remote xfail markers for change to geckodriver :: Lucas Tierney
  • [py] copy LICENSE file to directory during //py:prep :: Lucas Tierney
  • [java] Separating standalone/node/hub configuration itself from loading configs out of JSON files or resources, and initialize new config instances with data loaded from default config resources. :: Alexei Barantsev
  • Remove unused method from AppServer :: Simon Stewart
  • Set the cookie "path" property when a document is specified in IE :: Jim Evans
  • Remove the deprecated Locatable interface. Cause carnage :: Simon Stewart
  • Tidy up getting headers in HttpMessage :: Simon Stewart
  • Introduce a jre-based app server for testing :: Simon Stewart
  • Adding missing copyright headers :: Simon Stewart
  • Introduce a base server for use in all servers. :: Simon Stewart
  • Delete deprecated servletHttp* wrappers :: Simon Stewart
  • Adding the ability to configure things. :: Simon Stewart
  • Explicitly enabling all non-TRACE method in server to get rid of jetty security warning :: Simon Stewart
  • Precalculate the port to use and extend the existing race a little :: Simon Stewart
  • [Grid] 1) Fixing 'servlets' and 'withoutServlets' loading from JSON, :: Alexei Barantsev
  • [java] Instance coercer should not touch static fields :: Alexei Barantsev
  • [grid] Refactoring CLI, another step toward making configuration effectively immutable :: Alexei Barantsev
  • [java] Deleting one more deprecated class :: Alexei Barantsev
  • [java] Restoring Coordinates interface to deprecate it by the usual procedure :: Alexei Barantsev
  • [grid] Verify 'role' in JSON file if it is present only :: Alexei Barantsev
  • [java] Restoring Locatable interface, to be removed in 3.1415, HtmlUnit should be updated when 3.141 is out. :: Alexei Barantsev
  • [java] Actuall HtmlUnit driver uses *this* Locatable interface. :: Alexei Barantsev
  • Truncating obscured element description to first angle bracket :: Jim Evans
  • Handle null pointers for cookie values in IE :: Jim Evans
  • [grid] Deleting unnecessary checks, -hub just has precedence as stated in the docs :: Alexei Barantsev
  • [grid] cleanUpCycle option can be specified for a node too :: Alexei Barantsev
  • [grid] Fixing -id option handling :: Alexei Barantsev
  • [grid] More configuration tweaks :: Alexei Barantsev
  • [grid] Replacing Chrome with HtmlUnit in tests :: Alexei Barantsev
  • [grid] Restoring exception on an attempt to read configuration file in legacy format :: Alexei Barantsev
  • Updating HtmlUnit and its driver :: Alexei Barantsev
  • [java] Fixing sendKeys to throw if it sees a null somewhere :: Alexei Barantsev
  • Move all option processing on boot into one place. :: Simon Stewart
  • Rename CommonConfig to BaseServerConfig to make it easier to find :: Simon Stewart
  • Remove unused method :: Simon Stewart
  • Start using DI for the WebDriverServlet :: Simon Stewart
  • Make the concatenating config easier to use with properties. :: Simon Stewart
  • ... (truncated)
    Changelog

    Sourced from selenium-webdriver's changelog.

    3.141.0 (2018-10-31)

    Edge:

    • Added new Edge::Options class that should be used to customize browser
      behavior. The instance of options class can be passed to driver
      initialization using :options key. Please, note that using options require
      insiders builds of Edge.

    Chrome:

    • Included HasLocation to Chrome driver (thanks @​sidonath).
    • Updated endpoint to send Chrome Debugging Protocol commands. The old one
      has been deprecated in ChromeDriver 40.

    Safari:

    • Added new Safari::Options class that should be used to customize browser
      behavior. The instance of options class can be passed to driver
      initialization using :options key. Please, note that using options require
      Safari 12+.

    Remote:

    • Allow passing Options instances to remote driver initialization using
      :options key. This feature allows to use browser-specific options classes
      (Chrome::Options, Firefox::Options, etc.) and pass them to Server/Grid
      instead of capabilities.

    3.14.1 (2018-10-03)

    Ruby:

    • Added a workaround to ignore Errno::EALREADY error when starting drivers
      on Windows Subsystem for Linux
    • Changed default pause duration to 0 for Selenium::WebDriver::Driver#action#pause (thanks @​twalpole)
    • Deprecated Selenium::WebDriver::PortProber#random
      in favor of Selenium::WebDriver::PortProber#above
    • Fixed a bug when Selenium::WebDriver::Element#drag_and_drop would not
      work in certain cases
    • Updated RubyZip dependency to 1.2.2 which fixes security vulnerability

    Edge:

    • Added support for --silent driver flag
    • Fixed an incorrect dash symbol when passing arguments to MicrosoftWebDriver.exe

    Firefox:

    • Fixed an incorrect dash symbol when passing arguments to GeckoDriver

    Safari:

    • Fixed a bug when Selenium::WebDriver::Element#displayed? would raise error
      in Safari 12
    ... (truncated)
    Commits
    • 2ecb7d9 [rb] update chrome CDP endpoint
    • 4ff9d3e Acknowledge version number being closer to π in release notes
    • 1f458d6 Bump version to a better approximation of Π
    • 053940e Update the java changelog
    • fee9440 [Grid] Hub status should only count reachable proxies. Fixes #6494
    • 04deefa Touch screen is deprecated, so this should be too
    • 483df12 Marking obsolete augmenters as deprecated
    • eff8764 Added Locale.US for USER_AGENT toLowerCase (#6491)
    • d6f4caa Add one piece of whitespace to make me feel better
    • 22c2558 SafariDriver supports opening new windows and tabs
    • Additional commits viewable in compare view

    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.


    Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

    You can always request more updates by clicking Bump now in your Dependabot dashboard.

    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
    • @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 use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @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 your Dependabot dashboard:

    • 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.

    @coveralls
    Copy link

    Coverage Status

    Coverage remained the same at 66.784% when pulling eb79090 on dependabot/bundler/selenium-webdriver-3.141.0 into 0ca1e33 on master.

    @dependabot-preview
    Copy link
    Contributor Author

    Superseded by #651.

    @dependabot-preview dependabot-preview bot deleted the dependabot/bundler/selenium-webdriver-3.141.0 branch June 10, 2019 21:35
    Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    2 participants