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 joomla-projects/selenium-server-standalone to v3.141.59 (main) #19

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

Conversation

joomla-dependency-bot
Copy link

@joomla-dependency-bot joomla-dependency-bot commented Sep 20, 2022

This PR contains the following updates:

Package Type Update Change
joomla-projects/selenium-server-standalone require-dev minor v3.1.0 -> v3.141.59

Release Notes

joomla-projects/selenium-server-standalone

v3.141.59

Compare Source

v3.141.59

  • Restored remoteHost support
  • [Grid] Adding a test to check that remoteHost is properly read and
    set.
  • Fix mime-types of displayed content in help servlet.
  • Encourage people to access help over https.
  • Implement WrapsElement by Select element wrapper (#​6616)
  • Version number is an even better approximation of π.

v3.141.5

  • Default the number of threads assigned to the server to 200,
    which is what it was in 3.13.0

Drivers updated:

  • Google Chrome version 76.0.3809.68 (win/linux/mac)
  • Microsoft Edge Chromium version 77.0.223.0 (win/linux/mac)
  • Firefox Gecko / Marionette Driver version 0.24 (win/linux/mac)

v3.14.0

Compare Source

Internet Explorer 32-bit version 3.14.0
Internet Explorer 64-bit version 3.14.0

v3.14.0

  • Move or deprecate internal classes in java client
  • Introduce basic JPMS support. This is experimental.
  • The browser name of the Safari Tech Preview is not "safari" but
    "Safari Technology Preview". Who knew?
  • Deprecated our own Clock interface for java.time.Clock
  • Completely removed the GSON dependency. We now use reflection to try
    and find the class.
  • Tiny clean up to try and make Grid a little more performant.
  • Added new capabilities for safari driver: automaticInspection and
    automaticProfiling (#​6095) This commit is from the "Fix a Bug,
    Become a Committer" workshop held at SeConf India.
  • Removed support for geckodriver 0.13. It is time.
  • Adding High Sierra to the platform set. Fixes #​5969
  • Enriching Hub Status to include Node info (#​6127)
  • Fixing potential Zip Slip Vulnerability, see
    https://snyk.io/research/zip-slip-vulnerability
  • Allow temporary installation of FF extension (#​1) (#​5751)
  • Fix windowSize option in Firefox in Javascript (#​6075)
  • Make ConnectionType searilize as integer (#​6176)
  • Pass found elements to the EventListener's afterFind method (#​6191)
  • Add native events under se:ieOptions. (#​6183)

v3.13.0

Compare Source

Google Chrome version 2.41
Internet Explorer 32-bit version 3.13.0
Internet Explorer 64-bit version 3.13.0
Microsoft Edge version 17.17134
Microsoft Edge Insiders version
Firefox Gecko / Marionette Driver version 0.21

v3.12.0

Compare Source

  • Selenium v3.12.0
  • Google Chrome version 2.38
  • Internet Explorer 32-bit version 3.11.1
  • Internet Explorer 64-bit version 3.11.1
  • Microsoft Edge version 17.17134
  • Microsoft Edge Insiders version 10.0.17666.1000

v3.11.0

Compare Source

  • Selenium 3.11.0
  • Google Chrome version 2.37

v3.8.1

Compare Source

  • Selenium 3.8.1
  • Google Chrome version 2.34
  • Internet Explorer 32-bit version 3.8.0
  • Microsoft Edge Insiders version 10.0.17025.1000

v3.7.0

Compare Source

  • Update to Selenium 3.7.0
  • Chrome 2.33
  • Edge Win 10.16299 (Fall Creators Update)
  • Edge RS4 build 17017

v3.6.0

Compare Source

  • Remove direct dependency on HTMLUnit and PhantomJS from Maven
    artifacts.
  • All *Option classes now extend MutableCapbilities
    new RemoteWebDriver(new ChromeOptions());
  • Deprecating constructors that don't take strongly-typed *Options.
  • Improved exceptions when a Wait times out when using a
    WrappedWebDriver.
  • Added Interactive interface to EventFiringWebDriver. Fixes #​4589
  • Add options to start Firefox and Chrome in headless modes.

v3.5.3

Compare Source

  • New Selenium Server version 3.5.3 #​53
  • New Google Chrome driver #​56

v3.5.3

Important note:

  • The new standalone server and Grid Node feature a "pass through"
    mode. If you see changes to the Selenium WebDriver "logging" APIs or
    automatic capture of screenshots on error (or if you want the old
    behaviour back) you can do so by executing:

java -jar selenium-server-standalone-3.5.3.jar -enablePassThrough false

  • Allow user-provided DriverProviders to override default providers in
    passthrough mode.
  • Fixes issue with W3C Actions not being properly filled when multiple
    input sources are used.
  • Platform that represent platform families ("WINDOWS", "UNIX", "MAC",
    and "IOS") return null from Platform.getFamily.
  • Handle null return values from chromedriver. Fixes #​4555
  • Synchronized "platform" and "platformName" capability values. Fixes
    #​4565
  • Add iOS Platform.
  • Fix wrapping of maps with null values. Fixes #​3380
  • Grid: Add new w3c compatible status endpoints for Hub and nodes.
  • Grid: Properly parse responses from upstream nodes that are not
  1. Fixes issue where NoSuchElementException was mistaken for a
    NoSuchSessionException.
  • Grid: Handle re-encoding issue when transferring text from the
    endpoint node to the local end.

Thank you @​810

v3.5.2

Compare Source

v3.5.2

  • Avoid encoding numbers as floats rather then longs in JSON payloads.
  • New "pass through" mode supports file uploads again.
  • Added support for querying running sessions via the
    "/wd/hub/sessions" endpoint
  • Fix a NullPointerException when deserializing exceptions from a
    remote webdriver.
  • Handle the macOS as a valid platform name, as this is used by
    safaridriver.

v3.5.1

Important note:

  • The new standalone server and Grid Node feature a "pass through"
    mode. If you see changes to the Selenium WebDriver "logging" APIs or
    automatic capture of screenshots on error (or if you want the old
    behaviour back) you can do so by executing:

java -jar selenium-server-standalone-3.5.1.jar -enablePassThrough false

  • Bump guava to version 23. This is work around an issue where maven
    will select guava's android variant if using a ranged selector.

======
Thank you @​810 for updating!

v3.5.0

Compare Source

Important note:

  • The new standalone server and Grid Node feature a "pass through"
    mode. If you see changes to the Selenium WebDriver "logging" APIs or
    automatic capture of screenshots on error (or if you want the old
    behaviour back) you can do so by executing:

java -jar selenium-server-standalone-3.5.0.jar -enablePassThrough false

  • Bump guava to version 22.
  • Add support for a new "pass through" mode. This allows a connection
    from your test's RemoteWebDriver, through the Grid Hub, to a Grid
    Node, and down to a DriverService and thence the browser to use the
    same WebDriver protocol (the Json Wire Protocol or the W3C one) end
    to end without translation. This mode can be disabled by starting
    the standalone server or Grid node with -enablePassThrough false
  • Pin Guava to version 21+. This fixes problems with lambdas being
    used as ExpectedConditions.
  • Start making *Option classes instances of Capabilities. This allows
    the user to do:
    WebDriver driver = new RemoteWebDriver(new InternetExplorerOptions());
  • Better handling of getText when confronted with a Shadow DOM
  • Better logging when using an Augmenter fails.
  • Make it easier to add new @​FindBy annotations.
  • Attempt to kill processes before draining input, error, and output
    streams. This should reduce apparent hanging when closing Firefox in
    particular.
  • Grid will make use of W3C capabilities in prefernce to the JSON Wire
    Protocol ones.

Thank you @​810

v3.4.0

Compare Source

  • Update to Selenium 3.4.0 #​46
  • Update of IE, Edge, Chrome and Marionette Webdrivers
  • Autoload of Selenium.php #​45

v3.3.0

Compare Source

Update selenium v3.3.0 + webdrivers (#​40)

v3.2.0

Compare Source

  • Update selenium v3.2.0 + webdrivers IE (#​38)
  • Update copyright year (#​39)

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, click this checkbox.

This PR has been generated by Renovate Bot.

@joomla-dependency-bot joomla-dependency-bot force-pushed the renovate/main-joomla-projects-selenium-server-standalone-3.x branch from 6043e6c to 301f067 Compare December 16, 2022 14:45
@joomla-dependency-bot joomla-dependency-bot force-pushed the renovate/main-joomla-projects-selenium-server-standalone-3.x branch from 301f067 to 06488a8 Compare January 31, 2023 21:45
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.

2 participants