dotnet-client icon indicating copy to clipboard operation
dotnet-client copied to clipboard

Update Selenium.WebDriver package version to 4.39.0

Open nvborisenko opened this issue 1 month ago • 3 comments

List of changes

Update Selenium.WebDriver package version to 4.39.0 with the right implementation of BiDi event model.

Types of changes

What types of changes are you proposing/introducing to the .NET client? Put an x in the boxes that apply

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change that adds functionality or value)
  • [ ] Breaking change (fix or feature that would cause existing functionality not to work as expected)
  • [ ] Test fix (non-breaking change that improves test stability or correctness)

Documentation

  • [ ] Have you proposed a file change/ PR with Appium to update documentation?

This can be done by navigating to the documentation section on http://appium.io selecting the appropriate command/endpoint and clicking the 'Edit this doc' link to update the C# example

Integration tests

  • [ ] Have you provided integration tests for your changes? (required for Bugfix, New feature, or Test fix)

Details

Please provide more details about changes if necessary. You can provide code samples showing how they work and possible use cases if there are new features. Also, you can create gists with pasted C# code samples or put them here using markdown. About markdown please read Mastering markdown and Writing on GitHub

nvborisenko avatar Dec 08 '25 17:12 nvborisenko

@nvborisenko, did you run some test after the upgrade? any Breaking changes we should expect?

Dor-bl avatar Dec 14 '25 21:12 Dor-bl

Not myself. Does dotnet client have insufficient tests on CI to apply selenium client update?

KazuCocoa avatar Dec 15 '25 03:12 KazuCocoa

We mostly test the server tests on the ci. We should definitely add tests that are running on emulator/simulator

Dor-bl avatar Dec 15 '25 05:12 Dor-bl