Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

deps: update dependency org.seleniumhq.selenium:selenium-chrome-driver to v3.141.59 #548

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.seleniumhq.selenium:selenium-chrome-driver (source) 3.9.0 -> 3.141.59 age adoption passing confidence

Release Notes

SeleniumHQ/selenium

v3.141.0

Changelog

For each component's detailed changelog, please check:

Commits in this release
Click to see all the commits included in this release
  • 9fc715cf6d - Update python changelog and versions for release :: AutomatedTester
  • 6f1c265b31 - Updating version resources and CHANGELOG for 3.14 release of IE driver :: Jim Evans
  • c5f3f0d775 - Updating .NET CHANGELOG for 3.14 release :: Jim Evans
  • c2dd6739ed - Unignoring alert tests for Edge :: Jim Evans
  • 757c52d33c - Disable overlapping element tests for Edge :: Clay Martin
  • 80ee962524 - Release Ruby bindings 3.14.0 :: Alex Rodionov
  • dcadfb956b - [py] fix docs build :: Lucas Tierney
  • 2198602e88 - use xenial for travis :: Lucas Tierney
  • de14071dfd - [py] update travis testing to use 3.7 :: Lucas Tierney
  • 0c561b6cf6 - revert change to xenial and python 3.7, builds are taking too long :: Lucas Tierney
  • b39ea54475 - Added a basic ServiceBuilder for Internet Explorer (#​6181) :: Josh Goldberg
  • 969b05d413 - [py] use Firefox w/ geckodriver for remote testing :: Lucas Tierney
  • 42b5e4b5d4 - [py] update remote xfail markers for change to geckodriver :: Lucas Tierney
  • b594931dd0 - [py] copy LICENSE file to directory during //py:prep :: Lucas Tierney
  • 3ae0b62454 - [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
  • 921f489172 - Remove unused method from AppServer :: Simon Stewart
  • bfe567d77a - Set the cookie "path" property when a document is specified in IE :: Jim Evans
  • 20e8ee0e09 - Remove the deprecated Locatable interface. Cause carnage :: Simon Stewart
  • f4d445112d - Tidy up getting headers in HttpMessage :: Simon Stewart
  • 1229d40632 - Introduce a jre-based app server for testing :: Simon Stewart
  • ecb2712ee6 - Adding missing copyright headers :: Simon Stewart
  • e5fbba12d5 - Introduce a base server for use in all servers. :: Simon Stewart
  • 63ebe3326a - Delete deprecated servletHttp* wrappers :: Simon Stewart
  • ee8e6d4e42 - Adding the ability to configure things. :: Simon Stewart
  • 63c86bb68b - Explicitly enabling all non-TRACE method in server to get rid of jetty security warning :: Simon Stewart
  • 4965564f10 - Precalculate the port to use and extend the existing race a little :: Simon Stewart
  • 4ee517f48b - [Grid] 1) Fixing 'servlets' and 'withoutServlets' loading from JSON, :: Alexei Barantsev
  • 91d368f554 - [java] Instance coercer should not touch static fields :: Alexei Barantsev
  • df2df0de9c - [grid] Refactoring CLI, another step toward making configuration effectively immutable :: Alexei Barantsev
  • b6653ed69b - [java] Deleting one more deprecated class :: Alexei Barantsev
  • 224e2af928 - [java] Restoring Coordinates interface to deprecate it by the usual procedure :: Alexei Barantsev
  • 6ec1d7659d - [grid] Verify 'role' in JSON file if it is present only :: Alexei Barantsev
  • 01cbb2a6d9 - [java] Restoring Locatable interface, to be removed in 3.1415, HtmlUnit should be updated when 3.141 is out. :: Alexei Barantsev
  • df47c85fec - [java] Actuall HtmlUnit driver uses this Locatable interface. :: Alexei Barantsev
  • 663edd4339 - Truncating obscured element description to first angle bracket :: Jim Evans
  • 20bdf475b1 - Handle null pointers for cookie values in IE :: Jim Evans
  • ba7ad22ef2 - [grid] Deleting unnecessary checks, -hub just has precedence as stated in the docs :: Alexei Barantsev
  • 530a08d007 - [grid] cleanUpCycle option can be specified for a node too :: Alexei Barantsev
  • 8193e98c6e - [grid] Fixing -id option handling :: Alexei Barantsev
  • a6d4cdefe0 - [grid] More configuration tweaks :: Alexei Barantsev
  • 788d15208f - [grid] Replacing Chrome with HtmlUnit in tests :: Alexei Barantsev
  • d3155a1f9a - [grid] Restoring exception on an attempt to read configuration file in legacy format :: Alexei Barantsev
  • d9f0937c29 - Updating HtmlUnit and its driver :: Alexei Barantsev
  • 7c63cea394 - [java] Fixing sendKeys to throw if it sees a null somewhere :: Alexei Barantsev
  • 6ca14aaa92 - Move all option processing on boot into one place. :: Simon Stewart
  • 3c8453c328 - Rename CommonConfig to BaseServerConfig to make it easier to find :: Simon Stewart
  • 9a30412ec8 - Remove unused method :: Simon Stewart
  • 132e075f47 - Start using DI for the WebDriverServlet :: Simon Stewart
  • cd61ee9ba1 - Make the concatenating config easier to use with properties. :: Simon Stewart
  • 6c6625d1ad - Fixing compilation error :: Alexei Barantsev
  • ab2b3e95ea - Disabling insercure cert cookie tests :: Clay Martin
  • 2a54bd6d7e - Disabling test in Edge :: Clay Martin
  • 8a8af77016 - Enable and skip .NET page loading tests in Edge :: Clay Martin
  • d178a677f1 - Fix the build :: Simon Stewart
  • f3a44c6082 - repair urllib3 can't set timeout! (#​6286) :: DevineLiu
  • 45fce8c2b8 - [grid] Fixing 'custom', 'servlets' and 'withoutServlets' loading from JSON :: Alexei Barantsev
  • 7530315503 - Stop forcing extension logging in firefox :: Alexei Barantsev
  • 572622489d - [grid] Fixing configuration information in console servlet :: Alexei Barantsev
  • 730565f927 - Disabling a test that fails in geckodriver :: Alexei Barantsev
  • 91626ea036 - [java] Fixing request duplication after 408 Request Timeout :: Alexei Barantsev
  • 03bb202f3f - [py] implement w3c Get Named Cookie command :: Lucas Tierney
  • c88ac01848 - [py] Do not add a body to anything other than POST or PUT commands Fixes #​6250 :: AutomatedTester
  • 08ebe4204a - Move session-related classes to the new grid package :: Simon Stewart
  • 479a801b39 - Switch to using UncheckedIOException in NewSessionPayload :: Simon Stewart
  • 8888d4b53a - Delete deprecated CommandHandler :: Simon Stewart
  • dbf0de875e - Move support classes required for Grid TNG somewhere safe :: Simon Stewart
  • e09d7d2b03 - Adding ability to use chromedriver in spec-compliant mode in .NET :: Jim Evans
  • ef87df83b0 - Robustness changes for invalid command payloads in IE to comply with W3C Spec :: Jim Evans
  • f55fd6081c - [rb] replace erroneous em dashes with regular dash :: Lucas Tierney
  • 913261c631 - [py] clear local actions for w3c as well when resetting actions :: Lucas Tierney
  • 3b5e720214 - [py] Rounded pause duration (#​6300) :: Dakkaron
  • 69e57f11c3 - [py] Fix input pausing in ActionChains and cleanup :: Lucas Tierney
  • 4deffe0e44 - Implicitly convert booleans and numbers to strings when decoding json :: Simon Stewart
  • 2f3e809c57 - [java] Timeout should have code 500, seehttps://github.com/w3c/webdriver/issues/12877 :: Alexei Barantsev
  • 62a88b8e96 - Properly validation duration property of pause actions in IE :: Jim Evans
  • 6c2819f53d - Fix logical flaw in firefoxen driver services. :: Simon Stewart
  • 199f9388b3 - Put module-info into a place required by multi-release jars :: Simon Stewart
  • 6bd7b88331 - Prepare for the next buck update :: Simon Stewart
  • 6abdc75105 - Maven dry runs should also try and build docs and source jars :: Simon Stewart
  • 33e2d10233 - Update buck version :: Simon Stewart
  • f23b516bf4 - [py] allow setting capabilities within options classes :: Lucas Tierney
  • e73d290e75 - Adding method for executing Chrome DevTools command with result in .NET :: Jim Evans
  • da084fb957 - [java] Disabling a couple of tests on travis. :: Alexei Barantsev
  • cf0fbddaef - XXE Vulnerability :: Alexei Barantsev
  • 11d49efac9 - Deleting setup code related to phantomjs :: Alexei Barantsev
  • 308609fa32 - Install 'requests' package required to download buck executable :: Alexei Barantsev
  • 64078e1777 - [java] Ignoring a test because of Firefox regression, see https://bugzilla.mozilla.org/show_bug.cgi?id=1477977#c1 :: Alexei Barantsev
  • ed716b52a9 - [grid] Let's try to enable keep-alive in Passthrough and watch what will happen :: Alexei Barantsev
  • 751aae7189 - [grid] It seems that keep-alive works well in Passthrough, so deleting this test :: Alexei Barantsev
  • 828d539484 - Avoid adding illegal flags to Buck's audit command :: Simon Stewart
  • 6b430aebd9 - Move JS rules to a .bzl file :: Simon Stewart
  • 3080abb357 - Unroll loop over dict in build file :: Simon Stewart
  • 02e22305f9 - Use list comprehension in jetty buck file :: Simon Stewart
  • 133169b8c7 - Use list comprehensions in javascript/atoms build file :: Simon Stewart
  • 2cfd14459e - Use list comprehensions in javascript/remote build file :: Simon Stewart
  • c172a351ae - Use list comprehensions in javascript/webdriver build file :: Simon Stewart
  • 6f11bd57b4 - Use list comprehension to export files :: Simon Stewart
  • 50cd16d67c - Use list comprehensions in javascript/selenium-atoms build file :: Simon Stewart
  • 3659c9cf7f - Fix up ie-driver js to use skylark :: Simon Stewart
  • 4f37a67716 - Fix up chrome-driver js to use skylark :: Simon Stewart
  • 80634acc33 - Remove unprintable character from nuget build package that causes skylark parser to choke :: Simon Stewart
  • 89893d7600 - Make selenium-atoms build file skylark compatible :: Simon Stewart
  • 55226c6f3b - Use list comprehensions in javascript/selenium-core build file :: Simon Stewart
  • 7a95f21963 - Switch to using skylark parser for all build files :: Simon Stewart
  • a890352eb5 - Remove skylark parser note at head of build file in third_party :: Simon Stewart
  • e2d1a1ac48 - Remove skylark parser note at head of build files in dotnet :: Simon Stewart
  • 394ed168c1 - Remove skylark parser note at head of build files in java/client/src :: Simon Stewart
  • 04f9c2d6be - Remove skylark parser note at head of build files in java/client/test :: Simon Stewart
  • ba9ce9ccaf - Add lift to list of small tests :: Simon Stewart
  • 8803955a13 - Remove skylark parser note at head of build file in java/ :: Simon Stewart
  • 0417b2e567 - Add "small" label to grid common tests :: Simon Stewart
  • 35c99c928f - Remove skylark parser note at head of build file in java/server/test :: Simon Stewart
  • cac332af47 - Remove skylark parser note at head of build file in java/server/src :: Simon Stewart
  • 78dbd6c1cb - Attempting to fix Travis builds :: Simon Stewart
  • 896b5f6416 - Update .buckconfig :: Simon Stewart
  • 13115c2957 - [java] Unignoring the test, regression bug in marionette has been fixed already :: Alexei Barantsev
  • bc4d465b35 - [java] Another regression bug in marionette, ignoring a test :: Alexei Barantsev
  • 6e31e60e0f - Remove unnecessary use of CopyOnWriteArrayList in handlers :: Simon Stewart
  • b8219839fa - Replace use of CopyOnWriteArrayList in DefaultGridRegistry :: Simon Stewart
  • 91a20700b0 - Switch to a synchronized list from a copy-on-write list :: Simon Stewart
  • a20bd51907 - Fix semantics of list usage :: Simon Stewart
  • eb76902e06 - Make BuckBuild use buckw :: Simon Stewart
  • 9372ed54fe - Buck version bump to get grid-tests working again :: Simon Stewart
  • dcf780b503 - Only enable build stamping for build, publish, and test :: Simon Stewart
  • 88340f45b4 - [Grid] Fetching hub configuration and updating the node's config before registering the node. Fixes #​3064 :: Diego Molina
  • 94e1721382 - Require RubyZip 1.2.2 at least :: Alex Rodionov
  • db1c2add0b - [java] Migrating from Hamcrest to AssertJ in tests and unifying style of assertions in client module :: Alexei Barantsev
  • eb7973ee07 - [java] Fixing dependencies :: Alexei Barantsev
  • 8ce5400790 - [java] Fixing more dependencies (including implicit ones) :: Alexei Barantsev
  • f06835169d - [java] Fixing a broken test :: Alexei Barantsev
  • af22261a55 - [java] Fixing another broken test :: Alexei Barantsev
  • 9e262d7c1d - [java] Deleting unused imports :: Alexei Barantsev
  • fe28725707 - [java] Ignoring again a test failed because of marionette regression :: Alexei Barantsev
  • 3dac554e73 - [java] Fixing another broken test :: Alexei Barantsev
  • dcab1820ce - [java] Changing a click-inrercepted test to be more conservative :: Alexei Barantsev
  • 1891e155d6 - [java] Fixing IDEA project :: Alexei Barantsev
  • 732acb325b - [java] And one more broken test :: Alexei Barantsev
  • 01b49cc99b - Clean up imports :: Simon Stewart
  • 127e46fe06 - [ruby] Updating IDEA module :: Alexei Barantsev
  • 669690b2a8 - Increase width used in Java window size tests :: John Chen
  • 8e308c5795 - [java] Enabling LocationContext tests in chrome :: Alexei Barantsev
  • b613415c1f - [Grid] Fixing NodeRecoveryTest, checking that the node fetches the Grid config, and reports it properly, even after restarting. :: Diego Molina
  • 213e229ceb - Clean up unused timeout logic :: Dylan Reichstadt
  • b8da61f555 - Add '--no-results-cache' when running tests via BUCK :: Marvin Ojwang
  • 1a950e4870 - Fixing appveyor build :: Alexei Barantsev
  • 52b969e57c - Setting specific Firefox ESR version :: Alexei Barantsev
  • 8ebed09d26 - [Grid] Passing throwOnCapabilityNotPresent properly to the ProxySet, fixes #​5464 :: Diego Molina
  • c5aa95489b - Attempt to fix the appveyor builds :: Simon Stewart
  • 9fd4cf771a - Getting rid of unused variable in buckw :: Simon Stewart
  • 58e75ca1db - Dispatch form "submit" event on window to prevent a form double submission (#​6361) :: Henrik Skupin
  • 23c4e0fa89 - [java] Fixing a broken assertion :: Alexei Barantsev
  • f658da99fc - [java] Deleting dead code :: Alexei Barantsev
  • 1407346969 - [java] Refactoring tests :: Alexei Barantsev
  • bbd0774788 - [java] Dispatch form "submit" event on window to prevent a form double submission :: Alexei Barantsev
  • 946b7a2479 - [rb] Dispatch form "submit" event on window to prevent a form double submission (#​6373) :: Henrik Skupin
  • cb234954e4 - Revert "[java] Dispatch form "submit" event on window to prevent a form double submission" :: Alexei Barantsev
  • 427a0ceb7e - Revert "Dispatch form "submit" event on window to prevent a form double submission (#​6361)" :: Alexei Barantsev
  • df28b11362 - Revert "[rb] Dispatch form "submit" event on window to prevent a form double submission (#​6373)" :: Alexei Barantsev
  • e36b8c0520 - Revert "Add '--no-results-cache' when running tests via BUCK" :: Alexei Barantsev
  • 15eb7010b1 - [Grid] Adding image for Safari Technology Preview, fixes #​6297 :: Diego Molina
  • f8939aac12 - [java] Refactoring tests that check exceptions thrown :: Alexei Barantsev
  • e2bc3bda68 - [java] Deleting unneeded dependencies on gson :: Alexei Barantsev
  • f1669d1898 - [java] Fixing lost dependency :: Alexei Barantsev
  • a7d92862b8 - [java] Deleting debug options :: Alexei Barantsev
  • 23837401a7 - [java] Fixing another lost dependency :: Alexei Barantsev
  • 10b7cf3bb9 - [py] Ignoring a test failed because of marionette regression, see https://bugzilla.mozilla.org/show_bug.cgi?id=1477977 :: Alexei Barantsev
  • d83b200533 - [py] Fixing a test for shift-click :: Alexei Barantsev
  • dd126129a7 - Updating IE to properly find XML documents for element enabled and CSS values :: Jim Evans
  • d827f63c55 - Making IE driver spec compliant for setting largest timeout value :: Jim Evans
  • 06b0f491ce - Updating IE driver to return non-integer values for element rect :: Jim Evans
  • 8ae0e8c43b - Unignoring .NET element position test that passes in latest IE driver :: Jim Evans
  • ede97e7991 - Internal IE driver refactor to test if command is valid with displayed alert :: Jim Evans
  • ec174bb3ba - Consolidating duplicate constant definitions in IE :: Jim Evans
  • 346d4897d1 - Adding .NET test for click on scrolled element with text and children :: Jim Evans
  • 67d61043bd - Updating IE driver for the case of clicking element with children :: Jim Evans
  • 594cc2db83 - Updating IE to return 500 for timeouts instead of 408 :: Jim Evans
  • 9c72461445 - Unignoring window switching test for IE :: Jim Evans
  • 0f053ef7df - Refactoring IE driver opening and closing of browser windows :: Jim Evans
  • d0387d5892 - Updating version resources and prebuilt binaries for IE driver :: Jim Evans
  • 4c39e9d089 - [Grid] Re-establishing config behaviour for browserTimeout and timeout :: Diego Molina
  • a4d8dd8fda - Moving a test from gson to our json :: Simon Stewart
  • 8ebb6913d5 - Introduce WebDriverInfo :: Simon Stewart
  • 06448f9012 - Fix the build for the safari test :: Simon Stewart
  • 6b327f0de6 - Abstract the idea of a lifecycle out :: Simon Stewart
  • 663fee6964 - Passthrough is actually a reverse proxy. Admit it :: Simon Stewart
  • 8531c3e6eb - [java] Fixing broken links to bug reports :: Alexei Barantsev
  • d45f817f96 - [java] Deleting simple test that is superseded by more sophisticated ones :: Alexei Barantsev
  • be26e267c7 - [java] Inlining private methods that were intended to gather more information about an old issue. If the issue was fixed already these methods are obsolete. If the issue is not fixed yet these methods do more harm than help because they hide the issue. :: Alexei Barantsev
  • 496e44b559 - [java] Deleting deprecated methods :: Alexei Barantsev
  • 2591aaaef8 - Fix typo :: Simon Stewart
  • 0e6abdc9d8 - [java] Unignoring tests according to current status of bug reports in chromedriver tracker :: Alexei Barantsev
  • 318257ca25 - Updating to manually initialize cookie manager on new window open for IE :: jimevans
  • 71b945ad71 - Add missing init in SessionStorageTest.testClearSessionStorage :: John Chen
  • 9bbc3f69e4 - [java] Fixing unit tests for ExpectedConditions :: Alexei Barantsev
  • b6bb5d924c - [py] Ignoring/unignoring some tests according to the current state of marionette :: Alexei Barantsev
  • cadae224ba - [rb] Deleting windows-specific package version from gem specification :: Alexei Barantsev
  • 507fc3b5dc - [grid] Defending from missing properties in JSON configuration file :: Alexei Barantsev
  • fa704b9b48 - json: fromJson does not need to be public :: Simon Stewart
  • ad67d11d94 - json: toJson does not need to be public :: Simon Stewart
  • 836663bd7d - There is no need to use the junit3 naming conventions :: Simon Stewart
  • 026445f09c - json: allow fromJson to take a specific type :: Simon Stewart
  • 92afd2a7b2 - json: allow final fields to be set when converting from json :: Simon Stewart
  • 62e699da61 - json: use generic types for fromJson :: Simon Stewart
  • 20dd256e49 - [grid] Refactoring configuration tests for better logging :: Alexei Barantsev
  • 7426cb7d8a - [grid] Making a copy of default capabilities, because they are mutable! :: Alexei Barantsev
  • d03ab492b4 - [grid] Fixing previous commit, always making a copy :: Alexei Barantsev
  • 5571298380 - [py] Make forward backward compatible with OSS (#​6355) :: VladimirPodolyan
  • 3f20f9f2ec - [Grid] Using browserTimeout again to set timeouts in the HttpClient :: Diego Molina
  • 3405b0b5ed - [Grid] A new createClient method instead of duplicating the Factory. :: Diego Molina
  • c81b47dcbe - [Grid] Removing unused import. :: Diego Molina
  • b8c4aa28e7 - .NET test suite maintenance :: Jim Evans
  • 0ded54578e - More .NET test maintenance :: Jim Evans
  • c0740ed8be - Merge this :: Jim Evans
  • 756f2e4069 - Making JSON serialization of JavaScript objects more compliant :: Jim Evans
  • 171c6b56be - [java] Actualization of Safari tests :: Alexei Barantsev
  • 23316eb487 - [java] Actualization of Firefox tests :: Alexei Barantsev
  • 785696b5eb - [java] Actualization of Chrome tests :: Alexei Barantsev
  • 145476345f - [java] Actualization of IE tests :: Alexei Barantsev
  • 011a48c2bc - [java] Fixing 408 error code mapping :: Alexei Barantsev
  • f161ce687b - [java] Adding tests for enumerated attributes :: Alexei Barantsev
  • 965c1cf734 - [java] Ignoring the new test in legacy firefox :: Alexei Barantsev
  • 1727e8e316 - [java] Unignoring a test fixed in geckodriver 0.22 :: Alexei Barantsev
  • b7af8ed1c1 - Treat EALREADY as indicator of successful socket connect on WSL :: Alex Rodionov
  • 36e4f3e25e - Upgrade gem dependencies :: Alex Rodionov
  • 6313d2294b - Adding WebDriverException to mouse move out of bounds error in .NET :: Jim Evans
  • 1334179ff1 - .NET test maintenance to unignore tests now passing and adjust ignore messages :: Jim Evans
  • cf0502f082 - Correcting finding of extracted dll on startup of IE driver :: Jim Evans
  • 13cb7e90e6 - Fixing overflow in x-y offsets for mouse actions in IE :: Jim Evans
  • 18681a6c1b - [py] add stacklevel to deprecation warnings :: Lucas Tierney
  • da8c87ee07 - [py] add keep_alive to webdriver args Closes #​6316 :: Lucas Tierney
  • b26ab1eb13 - Temporarily ignore send keys tests on Firefox :: Alex Rodionov
  • a600e2d028 - Fix tests for remote file upload :: Alex Rodionov
  • d4e2ffc744 - Use proper ESR version on Travis :: Alex Rodionov
  • fd52573749 - enusre generated pause has duration :: Thomas Walpole
  • e3c368b863 - [java] Ignoring a couple of tests that started to hang in today's Firefox Nightly :: Alexei Barantsev
  • e178142372 - [java] Ignoring a test that does not pass in Chrome yet :: Alexei Barantsev
  • bb0272129b - [java] Replacing Gson with Json in tests :: Alexei Barantsev
  • 1d85e23036 - Update ClickScrollingTest.java :: ArthurGIT2017
  • 23878d74ce - [java] Fixing atom test dependencies :: Alexei Barantsev
  • 7c17f61c1a - Remove 2 non-boolean and add a few missing boolean attributes :: Thomas Walpole
  • f16c6b2c2e - Updating obscured element check for IE :: jimevans
  • b5ec456f92 - Set pause action duration to 0 by default :: Alex Rodionov
  • da099eb9c0 - [java] Ignoring a flaky chrome test :: Alexei Barantsev
  • 48081859c9 - [java] Fixing detection of geckodriver version :: Alexei Barantsev
  • a8b0f6c7bb - [java] Fixing logging test to deal with a page that actually has some logs :: Alexei Barantsev
  • 9b78b0259b - [java] A sip of Java 8 :: Alexei Barantsev
  • 04f66216a2 - Use a builder for the httpclient :: Simon Stewart
  • 66320d9158 - Allow an HttpClient to have a proxy be set :: Simon Stewart
  • c24ac7c106 - [java] Deprecating LogEntries.filter(Level level) in favor of Java 8 :: Alexei Barantsev
  • 46627dc99a - [java] Moving test utility classes to the only tests where they are used :: Alexei Barantsev
  • 6110f18d69 - [java] Merging ReflectionBackedDriverSupplier to DefaultDriverSupplier and rewriting it without reflection. :: Alexei Barantsev
  • 253fc6b579 - [py] use the isDisplayed atom for all w3c compliant drivers :: Lucas Tierney
  • c513b18b7a - [py] update CHANGELOG and versions for 3.14.1 :: Lucas Tierney
  • e2cef2c226 - [java] Deleting unused code :: Alexei Barantsev
  • 8e5c3abd2b - [java] Implementing API for installing and uninstalling extensions on the fly :: Alexei Barantsev
  • efc5acd3e0 - [java] Moving new interface to firefox specific package :: Alexei Barantsev
  • 2c26aff824 - [java] Refactoring protocol handshake for better code reuse :: Alexei Barantsev
  • dbe5d01c93 - Release element without moving when doing drag&drop :: Alex Rodionov
  • cfe7a58720 - [java] Deleting deprecated utility functions :: Alexei Barantsev
  • 59b8ea1b5c - [java] Deprecating more code in WindowsUtils, we use it for legacy FirefoxDriver only, so it should be moved out of public API to internals of FirefoxDriver :: Alexei Barantsev
  • 8f7dffe251 - [java] Improve expected conditions messages :: Kunal Gosar
  • ddd3c7c3c6 - [java] Reworking the test testShouldGetTextOfAlertOpenedInSetTimeout :: Alexei Barantsev
  • 4e6f0117d8 - Add Javascript functionality to toggle config Previously, View Config was a link that, when clicked, would cause the page to reload and jump to the top. This is annoying when you have many nodes and need to scroll back to the bottom. :: Dylan Reichstadt
  • 5fc802d3a6 - [java] Handling a special case of a driver returning null as a result of findElement command. Fixes #​5809 :: Alexei Barantsev
  • 37088bb097 - [java] Upgrading OkHttp (and downgrading okio because okhttp-3.11.0 depends on okio-1.14.0 in maven central) :: Alexei Barantsev
  • 40b4c5daf4 - Add mechanism to annotate fields as configs :: Simon Stewart
  • 1ff36b5532 - Add missing copyrights :: Simon Stewart
  • ed5701e12f - Use the new ConfigValue annotation in BaseServer :: Simon Stewart
  • b7c853b131 - Ensure session id is always set. :: Simon Stewart
  • 6ba0915830 - Handle empty session id in rc emulator :: Simon Stewart
  • 15b2b44631 - Fix a thinko in the action session command executor :: Simon Stewart
  • ae8eff97c4 - Ensuring the base server can have a host name set :: Simon Stewart
  • ecd8f5c091 - Allow introspection of run state of base server :: Simon Stewart
  • 79125114d6 - Reorganise imports :: Simon Stewart
  • 211121f471 - More robust handling of errors on base server startup :: Simon Stewart
  • df2904a1c1 - Take advantage of Lifecycle being able to return something concrete :: Simon Stewart
  • 1c4fad77ac - Bring HasLifecycle.stop into alignment with Stoppable.stop :: Simon Stewart
  • df3298a659 - Do not add null values to the config :: Simon Stewart
  • 82911e7063 - Reformat the GridLauncherV3 :: Simon Stewart
  • 90c91b5bc4 - Make SeleniumServer extend the BaseServer :: Simon Stewart
  • aa3402af40 - Delegate displaying help to the handler :: Simon Stewart
  • 63ad79d83d - Walk class hierarchy when setting annotated config values :: Simon Stewart
  • b155ce885e - Remove unused locks :: Simon Stewart
  • cd8d81aa6f - Better error messages when json parsing fails :: Simon Stewart
  • a242d4d6c2 - Fix the start up of nodes :: Simon Stewart
  • 8dd19665b1 - Only set the host name if configured :: Simon Stewart
  • 0531a6b91e - Able to add ".page.com" cookie when page.com opened :: orangeudav
  • 10128894fa - [Grid] Fixing regression, if -hubPort was specified through CLI params but not -hubHost, the node tried to register to http://null:hubPort. :: Diego Molina
  • 721f6e6c38 - Add a json coercer for URLs :: Simon Stewart
  • 64f337f30e - Better error handling out of the command handler servlet :: Simon Stewart
  • 605f537cef - Actually return early if everything is okay :: Simon Stewart
  • 0472912c57 - Fix test by ignoring what the comment says and making a number up :: Simon Stewart
  • 5593155811 - Make an effort to use python2.7, wherever it is installed :: Simon Stewart
  • 10869bb954 - [java] Adding a test for extension installation and deinstallation in Firefox :: Alexei Barantsev
  • 9a34efaea7 - [java] Fixing working directory for buck build :: Alexei Barantsev
  • d96f9f5cf0 - [java] Shutting down test environment elements in proper order :: Alexei Barantsev
  • 8545675bf8 - [java] Moving marionette specific test to the corresponding class :: Alexei Barantsev
  • a0a7d82db3 - Updating Jetty to the latest version :: Alexei Barantsev
  • f671fd2ac4 - Remove the apache-backed httpclient :: Simon Stewart
  • 657e5ae8a6 - [java] Stop using apache http client in tests :: Alexei Barantsev
  • eb1d743f20 - [java] Don't restart browser without strong need :: Alexei Barantsev
  • bc10b674bf - Prepended command names in https error response reports (#​6321) :: Josh Goldberg
  • 1dca9627ca - Injecting the session id is a common thing to do. Make it easy. :: Simon Stewart
  • 6d3edb5b41 - Deprecate PortProber.random as it's not guaranteed to work correctly :: Alex Rodionov
  • dc50e667ac - [java] Adding more tests for CommandLine :: Alexei Barantsev
  • dea2136424 - [java] Reverting a change that causes a test failure in legacy Firefox driver :: Alexei Barantsev
  • ba32c5bc83 - [java] Installing Firefox extensions in the same form as they provided, either as a file or as a directory. With the release of Firefox 62 Mozilla discontinued support for unpacked sideloaded extensions in Release channel. Users must themselves choose proper format to use in their tests depending on the browser version they run tests in. :: Alexei Barantsev
  • 90d687e595 - [java] Fixing one more tests for installing extensions in Firefox :: Alexei Barantsev
  • b891596002 - [java] Fixing a CommandLine test :: Alexei Barantsev
  • 7eb0e66420 - [java] Deleting unused files :: Alexei Barantsev
  • 3e16812007 - Deleting unused cra

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner August 27, 2021 18:20
@product-auto-label product-auto-label bot added the api: recaptchaenterprise Issues related to the googleapis/java-recaptchaenterprise API. label Aug 27, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 27, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Aug 27, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 27, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 27, 2021
@eaball35 eaball35 merged commit ea8534e into googleapis:master Aug 31, 2021
@renovate-bot renovate-bot deleted the renovate/org.seleniumhq.selenium-selenium-chrome-driver-3.x branch August 31, 2021 23:06
gcf-merge-on-green bot pushed a commit that referenced this pull request Sep 3, 2021
🤖 I have created a release \*beep\* \*boop\*
---
## [2.1.0](https://www.github.com/googleapis/java-recaptchaenterprise/compare/v2.0.2...v2.1.0) (2021-09-03)


### Features

* Remove use of deprecated gradle command in java README ([#1196](https://www.github.com/googleapis/java-recaptchaenterprise/issues/1196)) ([#542](https://www.github.com/googleapis/java-recaptchaenterprise/issues/542)) ([45fbfc9](https://www.github.com/googleapis/java-recaptchaenterprise/commit/45fbfc9c5de343811686b03898dc4f21a346fba9))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#553](https://www.github.com/googleapis/java-recaptchaenterprise/issues/553)) ([f9fde85](https://www.github.com/googleapis/java-recaptchaenterprise/commit/f9fde857ff3daba10ab4999c5d32a2ce2667cc3e))
* update dependency com.google.guava:guava to v30 ([#550](https://www.github.com/googleapis/java-recaptchaenterprise/issues/550)) ([d1505d8](https://www.github.com/googleapis/java-recaptchaenterprise/commit/d1505d8ae30c60e36dffb42cbac8d3b7785e3557))
* update dependency io.github.bonigarcia:webdrivermanager to v5 ([#551](https://www.github.com/googleapis/java-recaptchaenterprise/issues/551)) ([83b0558](https://www.github.com/googleapis/java-recaptchaenterprise/commit/83b05589dae646ce48c1d35f76a50d0f3d700fc5))
* update dependency net.bytebuddy:byte-buddy to v1.11.14 ([#547](https://www.github.com/googleapis/java-recaptchaenterprise/issues/547)) ([fc69126](https://www.github.com/googleapis/java-recaptchaenterprise/commit/fc691268301942e53c40aab33e218e0eae100944))
* update dependency org.seleniumhq.selenium:selenium-chrome-driver to v3.141.59 ([#548](https://www.github.com/googleapis/java-recaptchaenterprise/issues/548)) ([ea8534e](https://www.github.com/googleapis/java-recaptchaenterprise/commit/ea8534eaec31c61731deec11898317c1c0cd8cf8))
* update dependency org.seleniumhq.selenium:selenium-java to v3.141.59 ([#549](https://www.github.com/googleapis/java-recaptchaenterprise/issues/549)) ([ec7cfc0](https://www.github.com/googleapis/java-recaptchaenterprise/commit/ec7cfc0e513ccfc16273b0a9683a20d5ac2c30d9))
* update dependency org.springframework.boot:spring-boot-starter-test to v2.5.4 ([#543](https://www.github.com/googleapis/java-recaptchaenterprise/issues/543)) ([3e92322](https://www.github.com/googleapis/java-recaptchaenterprise/commit/3e92322c146f4a6696e9f668b384f88092f49da5))
* update dependency org.springframework.boot:spring-boot-starter-thymeleaf to v2.5.4 ([#544](https://www.github.com/googleapis/java-recaptchaenterprise/issues/544)) ([b0fcd3e](https://www.github.com/googleapis/java-recaptchaenterprise/commit/b0fcd3e3aedf54baeb4a7c9ce45afb4bf544294f))
* update dependency org.springframework.boot:spring-boot-starter-web to v2.5.4 ([#545](https://www.github.com/googleapis/java-recaptchaenterprise/issues/545)) ([267b904](https://www.github.com/googleapis/java-recaptchaenterprise/commit/267b90414dab07f3657b2328f627595d27aff076))


### Documentation

* **samples:** adding README.md ([#557](https://www.github.com/googleapis/java-recaptchaenterprise/issues/557)) ([e109351](https://www.github.com/googleapis/java-recaptchaenterprise/commit/e109351c8be316314b761aac5bd9767b6045b4a5))
* **samples:** create recaptcha samples  ([#535](https://www.github.com/googleapis/java-recaptchaenterprise/issues/535)) ([f09d9ee](https://www.github.com/googleapis/java-recaptchaenterprise/commit/f09d9ee7ebf21d10953ad624422e6cb57256a7f3))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: recaptchaenterprise Issues related to the googleapis/java-recaptchaenterprise API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
3 participants