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 debugpy to v1.8.8 #14730

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
debugpy (source) ==1.8.7 -> ==1.8.8 age adoption passing confidence

Release Notes

microsoft/debugpy (debugpy)

v1.8.8: debugpy v1.8.8

Compare Source

Fixes for:


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 8, 2024
Copy link
Contributor

CI Failure Feedback 🧐

Action: Test / All RBE tests

Failed stage: Run Bazel [❌]

Failed test name: test_collect_log_mutations

Failure summary:

The action failed due to the following reasons:

  • The test test_collect_log_mutations in the file py/test/selenium/webdriver/common/bidi_tests.py
    failed for both Edge and Chrome browsers.
  • The failure was caused by an InvalidSelectorException, indicating that an invalid or illegal
    selector was specified in the test.
  • Additionally, the test test_should_wait_until_all_visible_elements_are_found_when_searching_for_many
    in the file py/test/selenium/webdriver/common/webdriverwait_tests.py failed due to an assertion
    error. The test expected 2 elements to be visible, but only 1 was found.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    970:  Package 'php-symfony-debug-bundle' is not installed, so not removed
    971:  Package 'php-symfony-dependency-injection' is not installed, so not removed
    972:  Package 'php-symfony-deprecation-contracts' is not installed, so not removed
    973:  Package 'php-symfony-discord-notifier' is not installed, so not removed
    974:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
    975:  Package 'php-symfony-doctrine-messenger' is not installed, so not removed
    976:  Package 'php-symfony-dom-crawler' is not installed, so not removed
    977:  Package 'php-symfony-dotenv' is not installed, so not removed
    978:  Package 'php-symfony-error-handler' is not installed, so not removed
    ...
    
    1806:  warning: [options] source value 8 is obsolete and will be removed in a future release
    1807:  warning: [options] target value 8 is obsolete and will be removed in a future release
    1808:  warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    1809:  (15:14:40) �[32mINFO: �[0mFrom Building external/protobuf~/java/core/liblite_runtime_only.jar (91 source files) [for tool]:
    1810:  external/protobuf~/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:293: warning: [removal] AccessController in java.security has been deprecated and marked for removal
    1811:  AccessController.doPrivileged(
    1812:  ^
    1813:  (15:14:44) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
    1814:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1815:  private final ErrorCodes errorCodes;
    1816:  ^
    1817:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1818:  this.errorCodes = new ErrorCodes();
    1819:  ^
    1820:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1821:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    1822:  ^
    1823:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1824:  ErrorCodes errorCodes = new ErrorCodes();
    1825:  ^
    1826:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1827:  ErrorCodes errorCodes = new ErrorCodes();
    1828:  ^
    1829:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1830:  response.setStatus(ErrorCodes.SUCCESS);
    1831:  ^
    1832:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1833:  response.setState(ErrorCodes.SUCCESS_STRING);
    1834:  ^
    1835:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1836:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    1837:  ^
    1838:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1839:  new ErrorCodes().getExceptionType((String) rawError);
    1840:  ^
    1841:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1842:  private final ErrorCodes errorCodes = new ErrorCodes();
    1843:  ^
    1844:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1845:  private final ErrorCodes errorCodes = new ErrorCodes();
    1846:  ^
    1847:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:55: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1848:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    1849:  ^
    1850:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:101: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1851:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1852:  ^
    1853:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:103: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1854:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1855:  ^
    1856:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:117: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1857:  response.setStatus(ErrorCodes.SUCCESS);
    1858:  ^
    1859:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:118: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1860:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1861:  ^
    1862:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:124: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1863:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1864:  ^
    1865:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1866:  private final ErrorCodes errorCodes = new ErrorCodes();
    1867:  ^
    1868:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1869:  private final ErrorCodes errorCodes = new ErrorCodes();
    1870:  ^
    1871:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:93: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1872:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1873:  ^
    1874:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:98: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1875:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1876:  ^
    1877:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:145: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1878:  response.setStatus(ErrorCodes.SUCCESS);
    ...
    
    1974:  (15:14:49) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:67:19: runfiles symlink javascript/webdriver/test/testutil.js -> javascript/webdriver/test/testutil.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
    1975:  (15:14:49) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:67:19: runfiles symlink javascript/webdriver/test/testutil_test.js -> javascript/webdriver/test/testutil_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
    1976:  (15:14:49) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/clientrect_test.html -> javascript/atoms/test/clientrect_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    1977:  (15:14:49) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/color_test.html -> javascript/atoms/test/color_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    1978:  (15:14:49) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/dom_test.html -> javascript/atoms/test/dom_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    1979:  (15:14:49) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/drag_test.html -> javascript/atoms/test/drag_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    1980:  (15:14:49) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/enabled_test.html -> javascript/atoms/test/enabled_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    1981:  (15:14:49) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/enter_submit_test.html -> javascript/atoms/test/enter_submit_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    1982:  (15:14:49) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/error_test.html -> javascript/atoms/test/error_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    ...
    
    2068:  (15:15:05) �[32mAnalyzing:�[0m 2121 targets (1626 packages loaded, 58653 targets configured)
    2069:  �[32m[7,159 / 8,129]�[0m 80 / 957 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/correct_event_firing_tests.py; 13s remote, remote-cache ... (50 actions, 0 running)
    2070:  (15:15:10) �[32mAnalyzing:�[0m 2121 targets (1627 packages loaded, 59331 targets configured)
    2071:  �[32m[7,172 / 9,465]�[0m 84 / 1777 tests;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/executing_javascript_tests.py; 11s ... (50 actions, 0 running)
    2072:  (15:15:15) �[32mAnalyzing:�[0m 2121 targets (1632 packages loaded, 62634 targets configured)
    2073:  �[32m[7,283 / 9,749]�[0m 108 / 1990 tests;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/executing_javascript_tests.py; 16s ... (50 actions, 0 running)
    2074:  (15:15:17) �[32mINFO: �[0mAnalyzed 2121 targets (1632 packages loaded, 62765 targets configured).
    2075:  (15:15:19) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
    2076:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2077:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2078:  ^
    2079:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2080:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2081:  ^
    2082:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2083:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
    2084:  ^
    2085:  (15:15:19) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
    2086:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:26: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2087:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
    2088:  ^
    2089:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:55: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2090:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
    2091:  ^
    2092:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:81: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2093:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2094:  ^
    2095:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2096:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2097:  ^
    2098:  (15:15:20) �[32m[7,400 / 9,940]�[0m 140 / 2121 tests;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/executing_javascript_tests.py; 21s ... (50 actions, 0 running)
    2099:  (15:15:25) �[32m[7,683 / 10,180]�[0m 178 / 2121 tests;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/executing_javascript_tests.py; 26s ... (50 actions, 0 running)
    2100:  (15:15:28) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2101:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2102:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
    2103:  ^
    2104:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2105:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2106:  ^
    2107:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2108:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2109:  ^
    2110:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2111:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2112:  ^
    2113:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2114:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2115:  ^
    2116:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2117:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
    2118:  ^
    2119:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2120:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2121:  ^
    2122:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2123:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2124:  ^
    2125:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2126:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2127:  ^
    2128:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2129:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
    2130:  ^
    2131:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2132:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
    2133:  ^
    2134:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2135:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
    2136:  ^
    2137:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2138:  ErrorCodes.UNHANDLED_ERROR,
    2139:  ^
    2140:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2141:  ErrorCodes.UNHANDLED_ERROR,
    2142:  ^
    2143:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2144:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2145:  ^
    2146:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2147:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2148:  ^
    2149:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2150:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2151:  ^
    2152:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2153:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2154:  ^
    2155:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2156:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2157:  ^
    2158:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2159:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2160:  ^
    2161:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2162:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2163:  ^
    2164:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2165:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2166:  ^
    2167:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2168:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2169:  ^
    2170:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2171:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
    2172:  ^
    2173:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2174:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2175:  ^
    2176:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2177:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2178:  ^
    2179:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2180:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2181:  ^
    2182:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2183:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2184:  ^
    2185:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2186:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2187:  ^
    2188:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2189:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
    2190:  ^
    2191:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2192:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
    2193:  ^
    2194:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2195:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2196:  ^
    2197:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2198:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
    2199:  ^
    2200:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2201:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2202:  ^
    2203:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2204:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
    2205:  ^
    2206:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2207:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
    2208:  ^
    2209:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2210:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
    2211:  ^
    2212:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2213:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
    2214:  ^
    2215:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2216:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
    2217:  ^
    2218:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2219:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
    2220:  ^
    2221:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2222:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
    2223:  ^
    2224:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2225:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
    2226:  ^
    2227:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2228:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
    2229:  ^
    2230:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2231:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
    2232:  ^
    2233:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2234:  ? ErrorCodes.INVALID_SELECTOR_ERROR
    2235:  ^
    2236:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2237:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
    2238:  ^
    2239:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2240:  response.setState(new ErrorCodes().toState(status));
    2241:  ^
    2242:  (15:15:30) �[32m[9,126 / 11,755]�[0m 203 / 2121 tests;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/executing_javascript_tests.py; 31s ... (50 actions, 0 running)
    2243:  (15:15:30) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2244:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2245:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2246:  ^
    2247:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2248:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2249:  ^
    2250:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2251:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2252:  ^
    2253:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2254:  private final ErrorCodes errorCodes = new ErrorCodes();
    2255:  ^
    2256:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2257:  private final ErrorCodes errorCodes = new ErrorCodes();
    2258:  ^
    2259:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2260:  private final ErrorCodes errorCodes = new ErrorCodes();
    2261:  ^
    2262:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2263:  private final ErrorCodes errorCodes = new ErrorCodes();
    2264:  ^
    2265:  (15:15:32) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
    2266:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2267:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
    ...
    
    2342:  (15:22:00) �[32mINFO: �[0mFrom Testing //py:common-edge-bidi-test/selenium/webdriver/common/bidi_tests.py:
    2343:  ============================= test session starts ==============================
    2344:  platform linux -- Python 3.8.19, pytest-7.4.4, pluggy-1.3.0
    2345:  rootdir: /mnt/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/py/common-edge-bidi-test/selenium/webdriver/common/bidi_tests.py.runfiles/_main/py
    2346:  configfile: pyproject.toml
    2347:  plugins: instafail-0.5.0, trio-0.8.0, mock-3.12.0
    2348:  collected 4 items
    2349:  py/test/selenium/webdriver/common/bidi_tests.py::test_check_console_messages[edge] PASSED [ 25%]
    2350:  py/test/selenium/webdriver/common/bidi_tests.py::test_check_error_console_messages[edge] PASSED [ 50%]
    2351:  py/test/selenium/webdriver/common/bidi_tests.py::test_collect_js_exceptions[edge] PASSED [ 75%]
    2352:  py/test/selenium/webdriver/common/bidi_tests.py::test_collect_log_mutations[edge] FAILED [100%]
    ...
    
    2369:  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    2370:  ../rules_python~~python~python_3_8_x86_64-unknown-linux-gnu/lib/python3.8/contextlib.py:178: in __aexit__
    2371:  await self.gen.__anext__()
    2372:  py/selenium/webdriver/common/log.py:93: in mutation_events
    2373:  elements: list = self.driver.find_elements(By.CSS_SELECTOR, f"*[data-__webdriver_id={payload['target']}]")
    2374:  py/selenium/webdriver/remote/webdriver.py:788: in find_elements
    2375:  return self.execute(Command.FIND_ELEMENTS, {"using": by, "value": value})["value"] or []
    2376:  py/selenium/webdriver/remote/webdriver.py:380: in execute
    2377:  self.error_handler.check_response(response)
    2378:  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    2379:  self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x7f781f2ee550>
    2380:  response = {'status': 400, 'value': '{"value":{"error":"invalid selector","message":"invalid selector\\nfrom javascript error: {\...wn>\\n#21 0x5559e0ee3ecf \\u003Cunknown>\\n#22 0x5559e0ef215c \\u003Cunknown>\\n#23 0x7f3a1113f609 start_thread\\n"}}'}
    2381:  def check_response(self, response: Dict[str, Any]) -> None:
    2382:  """Checks that a JSON response from the WebDriver does not have an
    2383:  error.
    2384:  :Args:
    2385:  - response - The JSON response from the WebDriver server as a dictionary
    2386:  object.
    2387:  :Raises: If the response contains an error message.
    2388:  """
    2389:  status = response.get("status", None)
    2390:  if not status or status == ErrorCode.SUCCESS:
    ...
    
    2396:  if isinstance(status, int):
    2397:  value_json = response.get("value", None)
    2398:  if value_json and isinstance(value_json, str):
    2399:  import json
    2400:  try:
    2401:  value = json.loads(value_json)
    2402:  if len(value) == 1:
    2403:  value = value["value"]
    2404:  status = value.get("error", None)
    2405:  if not status:
    2406:  status = value.get("status", ErrorCode.UNKNOWN_ERROR)
    2407:  message = value.get("value") or value.get("message")
    2408:  if not isinstance(message, str):
    2409:  value = message
    2410:  message = message.get("message")
    2411:  else:
    2412:  message = value.get("message", None)
    2413:  except ValueError:
    2414:  pass
    2415:  exception_class: Type[WebDriverException]
    2416:  e = ErrorCode()
    2417:  error_codes = [item for item in dir(e) if not item.startswith("__")]
    2418:  for error_code in error_codes:
    2419:  error_info = getattr(ErrorCode, error_code)
    2420:  if isinstance(error_info, list) and status in error_info:
    2421:  exception_class = getattr(ExceptionMapping, error_code, WebDriverException)
    ...
    
    2445:  if line:
    2446:  file = f"{file}:{line}"
    2447:  meth = frame.get("methodName", "<anonymous>")
    2448:  if "className" in frame:
    2449:  meth = f"{frame['className']}.{meth}"
    2450:  msg = "    at %s (%s)"
    2451:  msg = msg % (meth, file)
    2452:  stacktrace.append(msg)
    2453:  except TypeError:
    ...
    
    2456:  alert_text = None
    2457:  if "data" in value:
    2458:  alert_text = value["data"].get("text")
    2459:  elif "alert" in value:
    2460:  alert_text = value["alert"].get("text")
    2461:  raise exception_class(message, screen, stacktrace, alert_text)  # type: ignore[call-arg]  # mypy is not smart enough here
    2462:  >       raise exception_class(message, screen, stacktrace)
    2463:  E       selenium.common.exceptions.InvalidSelectorException: Message: invalid selector
    2464:  E       from javascript error: {"status":32,"value":"An invalid or illegal selector was specified"}
    2465:  E         (Session info: MicrosoftEdge=130.0.2849.56); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#invalid-selector-exception
    ...
    
    2483:  E       #16 0x5559e0ecbb65 <unknown>
    2484:  E       #17 0x5559e0eb9e92 <unknown>
    2485:  E       #18 0x5559e0ecbeed <unknown>
    2486:  E       #19 0x5559e0ea3865 <unknown>
    2487:  E       #20 0x5559e0ee3cb8 <unknown>
    2488:  E       #21 0x5559e0ee3ecf <unknown>
    2489:  E       #22 0x5559e0ef215c <unknown>
    2490:  E       #23 0x7f3a1113f609 start_thread
    2491:  py/selenium/webdriver/remote/errorhandler.py:232: InvalidSelectorException
    2492:  =========================== short test summary info ============================
    2493:  FAILED py/test/selenium/webdriver/common/bidi_tests.py::test_collect_log_mutations[edge] - selenium.common.exceptions.InvalidSelectorException: Message: invalid selector
    2494:  from javascript error: {"status":32,"value":"An invalid or illegal selector was specified"}
    2495:  (Session info: MicrosoftEdge=130.0.2849.56); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#invalid-selector-exception
    ...
    
    2513:  #16 0x5559e0ecbb65 <unknown>
    2514:  #17 0x5559e0eb9e92 <unknown>
    2515:  #18 0x5559e0ecbeed <unknown>
    2516:  #19 0x5559e0ea3865 <unknown>
    2517:  #20 0x5559e0ee3cb8 <unknown>
    2518:  #21 0x5559e0ee3ecf <unknown>
    2519:  #22 0x5559e0ef215c <unknown>
    2520:  #23 0x7f3a1113f609 start_thread
    2521:  ========================= 1 failed, 3 passed in 12.23s =========================
    ...
    
    2768:  dotnet/test/common/FrameSwitchingTest.cs(96,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    2769:  dotnet/test/common/FrameSwitchingTest.cs(104,39): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    2770:  dotnet/test/common/FrameSwitchingTest.cs(113,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    2771:  dotnet/test/common/FrameSwitchingTest.cs(131,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    2772:  dotnet/test/common/FrameSwitchingTest.cs(157,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    2773:  (15:22:50) �[31m�[1mFAIL: �[0m//py:common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py/test.log)
    2774:  ==================== Test output for //py:common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py:
    2775:  ============================= test session starts ==============================
    2776:  �[31m�[1mFAILED: �[0m//py:common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py (Summary)
    ...
    
    2778:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py/test.log
    2779:  rootdir: /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/py/common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py.runfiles/_main/py
    2780:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py/test_attempts/attempt_1.log
    2781:  configfile: pyproject.toml
    2782:  (15:22:50) �[32mINFO: �[0mFrom Testing //py:common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py:
    2783:  plugins: instafail-0.5.0, trio-0.8.0, mock-3.12.0
    2784:  collected 4 items
    2785:  py/test/selenium/webdriver/common/bidi_tests.py::test_check_console_messages[chrome] PASSED [ 25%]
    2786:  py/test/selenium/webdriver/common/bidi_tests.py::test_check_error_console_messages[chrome] PASSED [ 50%]
    2787:  py/test/selenium/webdriver/common/bidi_tests.py::test_collect_js_exceptions[chrome] PASSED [ 75%]
    2788:  py/test/selenium/webdriver/common/bidi_tests.py::test_collect_log_mutations[chrome] FAILED [100%]
    ...
    
    2805:  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    2806:  ../rules_python~~python~python_3_8_x86_64-unknown-linux-gnu/lib/python3.8/contextlib.py:178: in __aexit__
    2807:  await self.gen.__anext__()
    2808:  py/selenium/webdriver/common/log.py:93: in mutation_events
    2809:  elements: list = self.driver.find_elements(By.CSS_SELECTOR, f"*[data-__webdriver_id={payload['target']}]")
    2810:  py/selenium/webdriver/remote/webdriver.py:788: in find_elements
    2811:  return self.execute(Command.FIND_ELEMENTS, {"using": by, "value": value})["value"] or []
    2812:  py/selenium/webdriver/remote/webdriver.py:380: in execute
    2813:  self.error_handler.check_response(response)
    2814:  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    2815:  self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x7f1a4e8cb4c0>
    2816:  response = {'status': 400, 'value': '{"value":{"error":"invalid selector","message":"invalid selector\\nfrom javascript error: {\...wn>\\n#19 0x5637babe2a20 \\u003Cunknown>\\n#20 0x5637babf2fb6 \\u003Cunknown>\\n#21 0x7fc9dbb6c609 start_thread\\n"}}'}
    2817:  def check_response(self, response: Dict[str, Any]) -> None:
    2818:  """Checks that a JSON response from the WebDriver does not have an
    2819:  error.
    2820:  :Args:
    2821:  - response - The JSON response from the WebDriver server as a dictionary
    2822:  object.
    2823:  :Raises: If the response contains an error message.
    2824:  """
    2825:  status = response.get("status", None)
    2826:  if not status or status == ErrorCode.SUCCESS:
    ...
    
    2832:  if isinstance(status, int):
    2833:  value_json = response.get("value", None)
    2834:  if value_json and isinstance(value_json, str):
    2835:  import json
    2836:  try:
    2837:  value = json.loads(value_json)
    2838:  if len(value) == 1:
    2839:  value = value["value"]
    2840:  status = value.get("error", None)
    2841:  if not status:
    2842:  status = value.get("status", ErrorCode.UNKNOWN_ERROR)
    2843:  message = value.get("value") or value.get("message")
    2844:  if not isinstance(message, str):
    2845:  value = message
    2846:  message = message.get("message")
    2847:  else:
    2848:  message = value.get("message", None)
    2849:  except ValueError:
    2850:  pass
    2851:  exception_class: Type[WebDriverException]
    2852:  e = ErrorCode()
    2853:  error_codes = [item for item in dir(e) if not item.startswith("__")]
    2854:  for error_code in error_codes:
    2855:  error_info = getattr(ErrorCode, error_code)
    2856:  if isinstance(error_info, list) and status in error_info:
    2857:  exception_class = getattr(ExceptionMapping, error_code, WebDriverException)
    ...
    
    2881:  if line:
    2882:  file = f"{file}:{line}"
    2883:  meth = frame.get("methodName", "<anonymous>")
    2884:  if "className" in frame:
    2885:  meth = f"{frame['className']}.{meth}"
    2886:  msg = "    at %s (%s)"
    2887:  msg = msg % (meth, file)
    2888:  stacktrace.append(msg)
    2889:  except TypeError:
    ...
    
    2892:  alert_text = None
    2893:  if "data" in value:
    2894:  alert_text = value["data"].get("text")
    2895:  elif "alert" in value:
    2896:  alert_text = value["alert"].get("text")
    2897:  raise exception_class(message, screen, stacktrace, alert_text)  # type: ignore[call-arg]  # mypy is not smart enough here
    2898:  >       raise exception_class(message, screen, stacktrace)
    2899:  E       selenium.common.exceptions.InvalidSelectorException: Message: invalid selector
    2900:  E       from javascript error: {"status":32,"value":"An invalid or illegal selector was specified"}
    2901:  E         (Session info: chrome=130.0.6723.91); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#invalid-selector-exception
    ...
    
    2917:  E       #14 0x5637babc4368 <unknown>
    2918:  E       #15 0x5637babadeec <unknown>
    2919:  E       #16 0x5637babc4ee7 <unknown>
    2920:  E       #17 0x5637bab9313f <unknown>
    2921:  E       #18 0x5637babe2858 <unknown>
    2922:  E       #19 0x5637babe2a20 <unknown>
    2923:  E       #20 0x5637babf2fb6 <unknown>
    2924:  E       #21 0x7fc9dbb6c609 start_thread
    2925:  py/selenium/webdriver/remote/errorhandler.py:232: InvalidSelectorException
    2926:  =========================== short test summary info ============================
    2927:  FAILED py/test/selenium/webdriver/common/bidi_tests.py::test_collect_log_mutations[chrome] - selenium.common.exceptions.InvalidSelectorException: Message: invalid selector
    2928:  from javascript error: {"status":32,"value":"An invalid or illegal selector was specified"}
    2929:  (Session info: chrome=130.0.6723.91); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#invalid-selector-exception
    ...
    
    2945:  #14 0x5637babc4368 <unknown>
    2946:  #15 0x5637babadeec <unknown>
    2947:  #16 0x5637babc4ee7 <unknown>
    2948:  #17 0x5637bab9313f <unknown>
    2949:  #18 0x5637babe2858 <unknown>
    2950:  #19 0x5637babe2a20 <unknown>
    2951:  #20 0x5637babf2fb6 <unknown>
    2952:  #21 0x7fc9dbb6c609 start_thread
    2953:  ========================= 1 failed, 3 passed in 7.78s ==========================
    ...
    
    2956:  ==================== Test output for //py:common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py:
    2957:  ============================= test session starts ==============================
    2958:  platform linux -- Python 3.8.19, pytest-7.4.4, pluggy-1.3.0
    2959:  rootdir: /mnt/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/py/common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py.runfiles/_main/py
    2960:  configfile: pyproject.toml
    2961:  plugins: instafail-0.5.0, trio-0.8.0, mock-3.12.0
    2962:  collected 4 items
    2963:  py/test/selenium/webdriver/common/bidi_tests.py::test_check_console_messages[chrome] PASSED [ 25%]
    2964:  py/test/selenium/webdriver/common/bidi_tests.py::test_check_error_console_messages[chrome] PASSED [ 50%]
    2965:  py/test/selenium/webdriver/common/bidi_tests.py::test_collect_js_exceptions[chrome] PASSED [ 75%]
    2966:  py/test/selenium/webdriver/common/bidi_tests.py::test_collect_log_mutations[chrome] FAILED [100%]
    ...
    
    2983:  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    2984:  ../rules_python~~python~python_3_8_x86_64-unknown-linux-gnu/lib/python3.8/contextlib.py:178: in __aexit__
    2985:  await self.gen.__anext__()
    2986:  py/selenium/webdriver/common/log.py:93: in mutation_events
    2987:  elements: list = self.driver.find_elements(By.CSS_SELECTOR, f"*[data-__webdriver_id={payload['target']}]")
    2988:  py/selenium/webdriver/remote/webdriver.py:788: in find_elements
    2989:  return self.execute(Command.FIND_ELEMENTS, {"using": by, "value": value})["value"] or []
    2990:  py/selenium/webdriver/remote/webdriver.py:380: in execute
    2991:  self.error_handler.check_response(response)
    2992:  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    2993:  self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x7f94dd252b50>
    2994:  response = {'status': 400, 'value': '{"value":{"error":"invalid selector","message":"invalid selector\\nfrom javascript error: {\...wn>\\n#19 0x55df39be5a20 \\u003Cunknown>\\n#20 0x55df39bf5fb6 \\u003Cunknown>\\n#21 0x7f7db446b609 start_thread\\n"}}'}
    2995:  def check_response(self, response: Dict[str, Any]) -> None:
    2996:  """Checks that a JSON response from the WebDriver does not have an
    2997:  error.
    2998:  :Args:
    2999:  - response - The JSON response from the WebDriver server as a dictionary
    3000:  object.
    3001:  :Raises: If the response contains an error message.
    3002:  """
    3003:  status = response.get("status", None)
    3004:  if not status or status == ErrorCode.SUCCESS:
    ...
    
    3010:  if isinstance(status, int):
    3011:  value_json = response.get("value", None)
    3012:  if value_json and isinstance(value_json, str):
    3013:  import json
    3014:  try:
    3015:  value = json.loads(value_json)
    3016:  if len(value) == 1:
    3017:  value = value["value"]
    3018:  status = value.get("error", None)
    3019:  if not status:
    3020:  status = value.get("status", ErrorCode.UNKNOWN_ERROR)
    3021:  message = value.get("value") or value.get("message")
    3022:  if not isinstance(message, str):
    3023:  value = message
    3024:  message = message.get("message")
    3025:  else:
    3026:  message = value.get("message", None)
    3027:  except ValueError:
    3028:  pass
    3029:  exception_class: Type[WebDriverException]
    3030:  e = ErrorCode()
    3031:  error_codes = [item for item in dir(e) if not item.startswith("__")]
    3032:  for error_code in error_codes:
    3033:  error_info = getattr(ErrorCode, error_code)
    3034:  if isinstance(error_info, list) and status in error_info:
    3035:  exception_class = getattr(ExceptionMapping, error_code, WebDriverException)
    ...
    
    3059:  if line:
    3060:  file = f"{file}:{line}"
    3061:  meth = frame.get("methodName", "<anonymous>")
    3062:  if "className" in frame:
    3063:  meth = f"{frame['className']}.{meth}"
    3064:  msg = "    at %s (%s)"
    3065:  msg = msg % (meth, file)
    3066:  stacktrace.append(msg)
    3067:  except TypeError:
    ...
    
    3070:  alert_text = None
    3071:  if "data" in value:
    3072:  alert_text = value["data"].get("text")
    3073:  elif "alert" in value:
    3074:  alert_text = value["alert"].get("text")
    3075:  raise exception_class(message, screen, stacktrace, alert_text)  # type: ignore[call-arg]  # mypy is not smart enough here
    3076:  >       raise exception_class(message, screen, stacktrace)
    3077:  E       selenium.common.exceptions.InvalidSelectorException: Message: invalid selector
    3078:  E       from javascript error: {"status":32,"value":"An invalid or illegal selector was specified"}
    3079:  E         (Session info: chrome=130.0.6723.91); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#invalid-selector-exception
    ...
    
    3095:  E       #14 0x55df39bc7368 <unknown>
    3096:  E       #15 0x55df39bb0eec <unknown>
    3097:  E       #16 0x55df39bc7ee7 <unknown>
    3098:  E       #17 0x55df39b9613f <unknown>
    3099:  E       #18 0x55df39be5858 <unknown>
    3100:  E       #19 0x55df39be5a20 <unknown>
    3101:  E       #20 0x55df39bf5fb6 <unknown>
    3102:  E       #21 0x7f7db446b609 start_thread
    3103:  py/selenium/webdriver/remote/errorhandler.py:232: InvalidSelectorException
    3104:  =========================== short test summary info ============================
    3105:  FAILED py/test/selenium/webdriver/common/bidi_tests.py::test_collect_log_mutations[chrome] - selenium.common.exceptions.InvalidSelectorException: Message: invalid selector
    3106:  from javascript error: {"status":32,"value":"An invalid or illegal selector was specified"}
    3107:  (Session info: chrome=130.0.6723.91); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#invalid-selector-exception
    ...
    
    3123:  #14 0x55df39bc7368 <unknown>
    3124:  #15 0x55df39bb0eec <unknown>
    3125:  #16 0x55df39bc7ee7 <unknown>
    3126:  #17 0x55df39b9613f <unknown>
    3127:  #18 0x55df39be5858 <unknown>
    3128:  #19 0x55df39be5a20 <unknown>
    3129:  #20 0x55df39bf5fb6 <unknown>
    3130:  #21 0x7f7db446b609 start_thread
    3131:  ========================= 1 failed, 3 passed in 8.46s ==========================
    ...
    
    3185:  dotnet/test/common/FrameSwitchingTest.cs(96,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3186:  dotnet/test/common/FrameSwitchingTest.cs(104,39): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3187:  dotnet/test/common/FrameSwitchingTest.cs(113,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3188:  dotnet/test/common/FrameSwitchingTest.cs(131,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3189:  dotnet/test/common/FrameSwitchingTest.cs(157,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3190:  (15:22:53) �[32mINFO: �[0mFrom Compiling ExecutingAsyncJavascriptTest-firefox:
    3191:  dotnet/test/common/ExecutingAsyncJavascriptTest.cs(239,36): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3192:  dotnet/test/common/ExecutingAsyncJavascriptTest.cs(251,33): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3193:  (15:22:53) �[32m[15,820 / 16,060]�[0m 1882 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 345s remote, remote-cache ... (50 actions, 22 running)
    ...
    
    3607:  (15:22:58) �[32mINFO: �[0mFrom Compiling Interactions/BasicMouseInterfaceTest-firefox:
    3608:  (15:22:58) �[32mINFO: �[0mFrom Compiling Interactions/CombinedInputActionsTest-edge:
    3609:  dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs(133,46): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3610:  dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs(147,47): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3611:  dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs(162,40): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3612:  dotnet/test/common/Interactions/CombinedInputActionsTest.cs(295,40): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3613:  dotnet/test/common/Interactions/CombinedInputActionsTest.cs(306,43): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3614:  dotnet/test/common/Interactions/CombinedInputActionsTest.cs(315,47): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3615:  (15:22:58) �[32m[16,084 / 16,214]�[0m 1990 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 350s remote, remote-cache ... (49 actions, 19 running)
    ...
    
    3678:  dotnet/test/common/ElementAttributeTest.cs(393,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3679:  dotnet/test/common/ElementAttributeTest.cs(401,35): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3680:  dotnet/test/common/ElementAttributeTest.cs(409,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3681:  dotnet/test/common/ElementAttributeTest.cs(417,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3682:  dotnet/test/common/ElementAttributeTest.cs(425,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3683:  dotnet/test/common/ElementAttributeTest.cs(433,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3684:  dotnet/test/common/ElementAttributeTest.cs(441,44): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3685:  dotnet/test/common/ElementAttributeTest.cs(451,32): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
    3686:  (15:23:03) �[32m[16,220 / 16,239]�[0m 2103 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 355s remote, remote-cache ... (19 actions running)
    3687:  (15:23:04) �[31m�[1mFAIL: �[0m//py:common-firefox-bidi-test/selenium/webdriver/common/webdriverwait_tests.py (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-firefox-bidi-test/selenium/webdriver/common/webdriverwait_tests.py/test_attempts/attempt_1.log)
    3688:  (15:23:10) �[32m[16,224 / 16,239]�[0m 2106 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 363s remote, remote-cache ... (15 actions running)
    3689:  (15:23:17) �[32m[16,225 / 16,239]�[0m 2107 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 369s remote, remote-cache ... (14 actions running)
    3690:  (15:23:25) �[32m[16,227 / 16,239]�[0m 2109 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 377s remote, remote-cache ... (12 actions running)
    3691:  (15:23:30) �[32m[16,229 / 16,239]�[0m 2111 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 383s remote, remote-cache ... (10 actions running)
    3692:  (15:23:36) �[32m[16,230 / 16,239]�[0m 2112 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 388s remote, remote-cache ... (9 actions running)
    3693:  (15:23:45) �[32m[16,231 / 16,239]�[0m 2113 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 398s remote, remote-cache ... (8 actions running)
    3694:  (15:23:50) �[32m[16,231 / 16,239]�[0m 2113 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 403s remote, remote-cache ... (8 actions running)
    3695:  (15:23:55) �[32m[16,232 / 16,239]�[0m 2114 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 408s remote, remote-cache ... (7 actions running)
    3696:  (15:24:05) �[32m[16,233 / 16,239]�[0m 2115 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 418s remote, remote-cache ... (6 actions running)
    3697:  (15:24:10) �[32m[16,233 / 16,239]�[0m 2115 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 423s remote, remote-cache ... (6 actions running)
    3698:  (15:24:20) �[32m[16,234 / 16,239]�[0m 2116 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 433s remote, remote-cache ... (5 actions running)
    3699:  (15:24:30) �[32m[16,236 / 16,239]�[0m 2118 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 443s remote, remote-cache ... (3 actions running)
    3700:  (15:24:40) �[32m[16,237 / 16,239]�[0m 2119 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-test/selenium/webdriver/common/driver_element_finding_tests.py; 300s remote, remote-cache ... (2 actions running)
    3701:  (15:24:46) �[32m[16,237 / 16,239]�[0m 2119 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-test/selenium/webdriver/common/driver_element_finding_tests.py; 307s remote, remote-cache ... (2 actions running)
    3702:  (15:25:16) �[32m[16,237 / 16,239]�[0m 2119 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-test/selenium/webdriver/common/driver_element_finding_tests.py; 337s remote, remote-cache ... (2 actions running)
    3703:  (15:26:16) �[32m[16,237 / 16,239]�[0m 2119 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-test/selenium/webdriver/common/driver_element_finding_tests.py; 397s remote, remote-cache ... (2 actions running)
    3704:  (15:26:52) �[32m[16,237 / 16,239]�[0m 2119 / 2121 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-test/selenium/webdriver/common/driver_element_finding_tests.py; 432s remote, remote-cache ... (2 actions running)
    ...
    
    3707:  (15:26:53) �[32mINFO: �[0mFrom Testing //py:common-firefox-bidi-test/selenium/webdriver/common/webdriverwait_tests.py:
    3708:  ==================== Test output for //py:common-firefox-bidi-test/selenium/webdriver/common/webdriverwait_tests.py:
    3709:  ============================= test session starts ==============================
    3710:  platform linux -- Python 3.8.19, pytest-7.4.4, pluggy-1.3.0
    3711:  rootdir: /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/py/common-firefox-bidi-test/selenium/webdriver/common/webdriverwait_tests.py.runfiles/_main/py
    3712:  configfile: pyproject.toml
    3713:  plugins: instafail-0.5.0, trio-0.8.0, mock-3.12.0
    3714:  collected 33 items
    3715:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_with_invalid_selector_exception[firefox] PASSED [  3%]
    3716:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_explicitly_wait_for_a_single_element[firefox] PASSED [  6%]
    3717:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_still_fail_to_find_an_element_with_explicit_wait[firefox] PASSED [  9%]
    3718:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_explicitly_wait_until_at_least_one_element_is_found_when_searching_for_many[firefox] PASSED [ 12%]
    3719:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_to_find_elements_when_explicit_waiting[firefox] PASSED [ 15%]
    3720:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_until_at_least_one_visible_elements_is_found_when_searching_for_many[firefox] PASSED [ 18%]
    3721:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_to_find_visible_elements_when_explicit_waiting[firefox] PASSED [ 21%]
    3722:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_until_all_visible_elements_are_found_when_searching_for_many[firefox] FAILED [ 24%]
    ...
    
    3727:  pages.load("hidden_partially.html")
    3728:  add_visible = driver.find_element(By.ID, "addVisible")
    3729:  add_visible.click()
    3730:  add_visible.click()
    3731:  elements = WebDriverWait(driver, 3).until(EC.visibility_of_all_elements_located((By.CLASS_NAME, "redbox")))
    3732:  >       assert len(elements) == 2
    3733:  E       assert 1 == 2
    3734:  E        +  where 1 = len([<selenium.webdriver.remote.webelement.WebElement (session="487c454b-a764-4eab-9dd2-b5af1ca16b3c", element="6aa85466-6bc5-4cca-9e3a-3618dd1f51c7")>])
    3735:  py/test/selenium/webdriver/common/webdriverwait_tests.py:112: AssertionError
    3736:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_if_not_all_elements_are_visible[firefox] PASSED [ 27%]
    3737:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_only_as_long_as_timeout_specified_when_implicit_waits_are_set[firefox] PASSED [ 30%]
    3738:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_at_least_once[firefox] PASSED [ 33%]
    3739:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_wait_until_not_returns_if_evaluates_to_false[firefox] PASSED [ 36%]
    3740:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_wait_should_still_fail_if_produce_ignored_exception[firefox] PASSED [ 39%]
    3741:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_wait_should_still_fail_if_produce_child_of_ignored_exception[firefox] PASSED [ 42%]
    3742:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_wait_until_not_should_not_fail_if_produce_ignored_exception[firefox] PASSED [ 45%]
    ...
    
    3782:  test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_attribute_to_be_include_in_element[firefox]
    3783:  test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_attribute_to_be_include_in_element[firefox]
    3784:  test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_attribute_to_be_include_in_element[firefox]
    3785:  test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_attribute_to_be_include_in_element[firefox]
    3786:  /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/py/common-firefox-bidi-test/selenium/webdriver/common/webdriverwait_tests.py.runfiles/_main/py/selenium/webdriver/support/expected_conditions.py:486: DeprecationWarning: usi...

    @renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.8 Update dependency debugpy to v1.8.8 Nov 15, 2024
    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
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    0 participants