-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Update Selenium dependencies to 4.35.0 #63508
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
Conversation
🤔 |
Co-authored-by: MackinnonBuck <[email protected]>
There was a problem hiding this 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:
- Remove the
BrowserTestingDependencies.md
document that you generated. I appreciate the effort, but these instructions are already documented elsewhere. - Update the selenium and playwright versions according to the instructions in the issue associated with this PR.
* Updated Microsoft.Playwright version to 1.54.0 * Updated Selenium.Support version to 4.35.0 * Updated Selenium.WebDriver version to 4.35.0
Co-authored-by: MackinnonBuck <[email protected]>
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. |
There was a problem hiding this 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
Failure is known: #62672. Going to re-run. |
Updates the Selenium browser testing dependencies to the latest stable versions now available in internal Microsoft NuGet feeds.
Changes
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 atv1.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.