You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed test name: SeleniumDocs.Browsers.ChromeTest.InstallExtension
Failure summary:
The action failed because of failing tests in the Selenium .NET test suite:
1. SeleniumDocs.Browsers.ChromeTest.InstallExtension test consistently failed across all three retry attempts with a NoSuchElementException. The test was unable to locate an element with the CSS selector #webextensions-selenium-example.
2. In the second attempt, an additional test SeleniumDocs.ActionsAPI.MouseTest.MoveByOffsetFromViewport also failed at line 153 with an Assert.IsTrue failure.
The command dotnet test in the SeleniumDocs directory exited with error code 1 after all three retry attempts.
Relevant error logs:
1: ##[group]Operating System2: Microsoft Windows Server 2022
...
198: Version: 11.0.27+6199: Path: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.27-6\x64200: ##[endgroup]201: Creating settings.xml with server-id: github202: Writing to C:\Users\runneradmin\.m2\settings.xml203: ##[group]Run nick-fields/retry@v3.0.2204: with:205: timeout_minutes: 20206: max_attempts: 3207: command: cd examples/dotnet/SeleniumDocs208: dotnet test209:
210: retry_wait_seconds: 10211: polling_interval_seconds: 1212: warning_on_retry: true213: continue_on_error: false214: env:
...
217: GH_TOKEN: ***218: DOTNET_ROOT: C:\Program Files\dotnet219: JAVA_HOME: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.27-6\x64220: JAVA_HOME_11_X64: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.27-6\x64221: ##[endgroup]222: ##[group]Attempt 1223: Determining projects to restore...224: Restored D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\SeleniumDocs.csproj (in 8.74 sec).225: ##[warning]D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\Troubleshooting\LoggingTest.cs(48,35): warning CS0618: 'ConsoleLogHandler' is obsolete: 'Use TextWriterHandler instead, will be removed in v4.32' [D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\SeleniumDocs.csproj]226: SeleniumDocs -> D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\bin\Debug\net8.0\SeleniumDocs.dll227: Test run for D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\bin\Debug\net8.0\SeleniumDocs.dll (.NETCoreApp,Version=v8.0)228: VSTest version 17.13.0 (x64)229: Starting test execution, please wait...230: A total of 1 test files matched the specified pattern.231: Skipped DriverLocation232: Failed InstallExtension [1 s]233: Error Message:234: Test method SeleniumDocs.Browsers.ChromeTest.InstallExtension threw exception: 235: OpenQA.Selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#webextensions\-selenium\-example"}236: (Session info: chrome=136.0.7103.93); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception237: Stack Trace:238: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute)239: at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters)
...
248: Skipped LogsToConsole249: Skipped LogsLevel250: Skipped ConfigureDriverLogs251: Skipped LogsToConsole252: Skipped LogsLevel253: Skipped ConfigureDriverLogs254: Skipped LogsToFile255: Skipped LogsToConsole256: Skipped LogsLevel257: Skipped StopsTruncatingLogs258: Skipped SetProfileLocation259: Skipped LogsToFile260: Skipped LogsToConsole261: Skipped BasicOptions262: Skipped EnableLogs263: Failed! - Failed: 1, Passed: 109, Skipped: 16, Total: 126, Duration: 8 m 7 s - SeleniumDocs.dll (net8.0)264: Workload updates are available. Run `dotnet workload list` for more information.265: ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1266: ##[endgroup]267: ##[group]Attempt 2268: Determining projects to restore...269: All projects are up-to-date for restore.270: SeleniumDocs -> D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\bin\Debug\net8.0\SeleniumDocs.dll271: Test run for D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\bin\Debug\net8.0\SeleniumDocs.dll (.NETCoreApp,Version=v8.0)272: VSTest version 17.13.0 (x64)273: Starting test execution, please wait...274: A total of 1 test files matched the specified pattern.275: Skipped DriverLocation276: Failed InstallExtension [1 s]277: Error Message:278: Test method SeleniumDocs.Browsers.ChromeTest.InstallExtension threw exception: 279: OpenQA.Selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#webextensions\-selenium\-example"}280: (Session info: chrome=136.0.7103.93); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception281: Stack Trace:282: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute)283: at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters)
...
292: Skipped LogsToConsole293: Skipped LogsLevel294: Skipped ConfigureDriverLogs295: Skipped LogsToConsole296: Skipped LogsLevel297: Skipped ConfigureDriverLogs298: Skipped LogsToFile299: Skipped LogsToConsole300: Skipped LogsLevel301: Skipped StopsTruncatingLogs302: Skipped SetProfileLocation303: Skipped LogsToFile304: Skipped LogsToConsole305: Skipped BasicOptions306: Skipped EnableLogs307: Failed MoveByOffsetFromViewport [1 s]308: Error Message:309: Assert.IsTrue failed. 310: Stack Trace:311: at SeleniumDocs.ActionsAPI.MouseTest.MoveByOffsetFromViewport() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\ActionsAPI\MouseTest.cs:line 153312: at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)313: at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)314: Failed! - Failed: 2, Passed: 108, Skipped: 16, Total: 126, Duration: 7 m 29 s - SeleniumDocs.dll (net8.0)315: Workload updates are available. Run `dotnet workload list` for more information.316: ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1317: ##[endgroup]318: ##[group]Attempt 3319: Determining projects to restore...320: All projects are up-to-date for restore.321: SeleniumDocs -> D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\bin\Debug\net8.0\SeleniumDocs.dll322: Test run for D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\bin\Debug\net8.0\SeleniumDocs.dll (.NETCoreApp,Version=v8.0)323: VSTest version 17.13.0 (x64)324: Starting test execution, please wait...325: A total of 1 test files matched the specified pattern.326: Skipped DriverLocation327: Failed InstallExtension [1 s]328: Error Message:329: Test method SeleniumDocs.Browsers.ChromeTest.InstallExtension threw exception: 330: OpenQA.Selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#webextensions\-selenium\-example"}331: (Session info: chrome=136.0.7103.93); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception332: Stack Trace:333: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute)334: at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters)
...
343: Skipped LogsToConsole344: Skipped LogsLevel345: Skipped ConfigureDriverLogs346: Skipped LogsToConsole347: Skipped LogsLevel348: Skipped ConfigureDriverLogs349: Skipped LogsToFile350: Skipped LogsToConsole351: Skipped LogsLevel352: Skipped StopsTruncatingLogs353: Skipped SetProfileLocation354: Skipped LogsToFile355: Skipped LogsToConsole356: Skipped BasicOptions357: Skipped EnableLogs358: Failed! - Failed: 1, Passed: 109, Skipped: 16, Total: 126, Duration: 6 m 51 s - SeleniumDocs.dll (net8.0)359: Workload updates are available. Run `dotnet workload list` for more information.360: ##[endgroup]361: ##[error]Final attempt failed. Child_process exited with error code 1362: Post job cleanup.
renovatebot
changed the title
Update dependency selenium to v4.32.0
chore(deps): update dependency selenium to v4.32.0
May 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.31.0->==4.33.0Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.