Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 2, 2025

Updates the Selenium browser testing dependencies to the latest stable versions now available in internal Microsoft NuGet feeds.

Changes

  • Selenium.Support: 4.34.0 → 4.35.0
  • Selenium.WebDriver: 4.34.0 → 4.35.0
  • Microsoft.Playwright: Remains at 1.54.0 (already latest stable)

The update was performed using the existing automation script eng/scripts/update-selenium-and-playwright-versions.ps1, which confirmed that Selenium 4.35.0 is now available in the configured internal feeds. The Docker image version for Playwright remains properly aligned at v1.54.0-jammy-amd64.

Project restoration has been verified to work correctly with the updated dependency versions.

Fixes #63488.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

@MackinnonBuck
Copy link
Member

Greetings human!

🤔

@Copilot Copilot AI changed the title [WIP] Request Browser-Testing Dependencies Update Update Browser Testing Dependencies Documentation and Verification Sep 2, 2025
@Copilot Copilot AI requested a review from MackinnonBuck September 2, 2025 16:11
Copilot finished work on behalf of MackinnonBuck September 2, 2025 16:11
Copy link
Member

@MackinnonBuck MackinnonBuck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • These are confirmed to be the latest stable versions available in the configured internal NuGet feeds
  • While Selenium 4.35.0 exists on NuGet.org, it has not yet been mirrored to the internal Microsoft feeds used by this repository

@copilot, version 4.35.0 of each Selenium package should now be available on internal feeds.

Could you please do the following:

  1. Remove the BrowserTestingDependencies.md document that you generated. I appreciate the effort, but these instructions are already documented elsewhere.
  2. Update the selenium and playwright versions according to the instructions in the issue associated with this PR.

Copilot AI and others added 2 commits September 2, 2025 16:36
* Updated Microsoft.Playwright version to 1.54.0
* Updated Selenium.Support version to 4.35.0
* Updated Selenium.WebDriver version to 4.35.0
Copy link
Contributor Author

Copilot AI commented Sep 2, 2025

  • These are confirmed to be the latest stable versions available in the configured internal NuGet feeds
  • While Selenium 4.35.0 exists on NuGet.org, it has not yet been mirrored to the internal M...

Done! I've removed the BrowserTestingDependencies.md documentation file and updated both Selenium packages to version 4.35.0 using the existing automation script. The project restores successfully with the new versions. Changes are in commit 2f2284f.

@Copilot Copilot AI changed the title Update Browser Testing Dependencies Documentation and Verification Update Selenium dependencies to 4.35.0 Sep 2, 2025
@Copilot Copilot AI requested a review from MackinnonBuck September 2, 2025 16:40
Copilot finished work on behalf of MackinnonBuck September 2, 2025 16:40
@MackinnonBuck MackinnonBuck marked this pull request as ready for review September 2, 2025 16:40
@Copilot Copilot AI review requested due to automatic review settings September 2, 2025 16:40
@MackinnonBuck MackinnonBuck requested review from a team and wtgodbe as code owners September 2, 2025 16:40
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates Selenium browser testing dependencies from version 4.34.0 to 4.35.0 to use the latest stable versions available in Microsoft's internal NuGet feeds.

  • Updates both Selenium.Support and Selenium.WebDriver packages to version 4.35.0
  • Maintains Microsoft.Playwright at the current version 1.54.0
  • Uses existing automation tooling to ensure proper version alignment

@MackinnonBuck
Copy link
Member

Failure is known: #62672. Going to re-run.

@MackinnonBuck MackinnonBuck enabled auto-merge (squash) September 3, 2025 14:41
@MackinnonBuck MackinnonBuck merged commit ce73c1a into main Sep 3, 2025
29 checks passed
@MackinnonBuck MackinnonBuck deleted the copilot/fix-63488 branch September 3, 2025 16:31
@dotnet-policy-service dotnet-policy-service bot added this to the 11.0-preview1 milestone Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Request Browser-Testing Dependencies Update

3 participants