Skip to content

Bump Selenium.WebDriver from 4.48.0 to 4.49.0 - #57

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Selenium.WebDriver-4.49.0
Closed

Bump Selenium.WebDriver from 4.48.0 to 4.49.0#57
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Selenium.WebDriver-4.49.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown

Updated Selenium.WebDriver from 4.48.0 to 4.49.0.

Release notes

Sourced from Selenium.WebDriver's releases.

4.49.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

New Contributors

... (truncated)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Selenium.WebDriver
  dependency-version: 4.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Sep 11, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

While the upgrade of Selenium.WebDriver to 4.49.0 is consistent with Codacy quality standards, the PR introduces a version mismatch by leaving the Selenium.Support package at 4.48.0. These libraries are part of a coordinated suite and must be updated in lockstep to avoid binary compatibility issues. Furthermore, the update requires verification through existing UI automation tests to ensure no regressions were introduced by the new driver version.

About this PR

  • The Selenium.Support package should be updated in conjunction with Selenium.WebDriver. Maintaining version parity across the Selenium suite is essential to ensure full compatibility and prevent unexpected runtime behavior in Support-dependent features.

Test suggestions

  • Run existing UI automation tests to ensure no breaking changes or regressions were introduced by the driver update.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Run existing UI automation tests to ensure no breaking changes or regressions were introduced by the driver update.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread Directory.Packages.props
@@ -19,7 +19,7 @@
<PackageVersion Include="RestSharp" Version="114.0.0" />
<PackageVersion Include="RestSharp.Serializers.NewtonsoftJson" Version="114.0.0" />
<PackageVersion Include="Selenium.Support" Version="4.48.0" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 MEDIUM RISK

Suggestion: The package Selenium.Support should be updated to version 4.49.0 to maintain parity with Selenium.WebDriver.

This might be a simple fix:

Suggested change
<PackageVersion Include="Selenium.Support" Version="4.48.0" />
<PackageVersion Include="Selenium.Support" Version="4.49.0" />

@dependabot @github

dependabot Bot commented on behalf of github Sep 12, 2026

Copy link
Copy Markdown
Author

Looks like Selenium.WebDriver is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 12, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/Selenium.WebDriver-4.49.0 branch September 12, 2026 18:16
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants