Status of Deprecated Methods/Properties #86
GCuser99
announced in
Announcements
Replies: 1 comment
-
I'm personally already OK with the removal of the old methods and properties. I don't have a big database to update. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the release notes of versions 4.3 and 4.4, I enumerated a number of methods/properties that now have improved alternatives. I'm posting this to give anyone who cares an opportunity to voice their opinion as to what to do with these deprecated methods/properties. We could just leave the overlapping functionality as it exists now, eliminate some or all of the deprecated ones, and/or convert at least several of these to short-cut the new methods (for example, convert WebDriver.SwitchToNewWindow to be equivalent to WebDriver.Windows.SwitchToNew).
I'll leave this issue open for a few weeks. Unless you are indifferent, please let me know what you think. If I don't hear from anyone, my leaning is to just remove all of the deprecated methods.
Here is the complete list below:
Notes:
Beta Was this translation helpful? Give feedback.
All reactions