-
Notifications
You must be signed in to change notification settings - Fork 289
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
Add .NET 6/.NET Core 3.1 targets #1342
base: develop
Are you sure you want to change the base?
Conversation
1. Updated dependencies. 2. Removed the option "UseLegacyImplementation" because it is deprecated starting WebDriver 4.3 (see also https://www.selenium.dev/blog/2022/legacy-protocol-support/) 3. EdgeOptions setup adjusted to the updated package.
…lpers to support WebDriver v.4
Do we know how long this migration to version 6 approval will take place ? |
Hi @lnetrebskii I will prefer not to merge this Branch to develop and just to keep .NET Core as a separate branch. I see that you remove functionality like Take Screenshot, I use it. I want also to remove things, for example, the whole old WEB logic. I think .NET Core Support is an excellent point to clean up all old things in a new, straight forward branch, that in the future may become the main branch. But not merging, just droping the old code. |
lnetrebskii Could you please fix merge conflicts. |
Type of change
Description
Support of .NET 6 and .NET Core 3.1 has been added. The projects converted to .NET SDK format.
Issues addressed
All submissions:
Which browsers was this tested on?