Update Selenium.WebDriver package version to 4.39.0
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, did you run some test after the upgrade? any Breaking changes we should expect?
Not myself. Does dotnet client have insufficient tests on CI to apply selenium client update?
We mostly test the server tests on the ci. We should definitely add tests that are running on emulator/simulator