You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other bindings which already had find_element_by_XXX were removed. (e.g. Java client. Ruby client did not have like this syntax)
Python client still has them in selenium repo, so no reason to drop only in this client.
But potentially we'll need to drop them.
Let me leave an issue as a note.
Before removing them, we must print deprecated log in each method
The text was updated successfully, but these errors were encountered:
Other bindings which already had
find_element_by_XXX
were removed. (e.g. Java client. Ruby client did not have like this syntax)Python client still has them in selenium repo, so no reason to drop only in this client.
But potentially we'll need to drop them.
Let me leave an issue as a note.
Before removing them, we must print deprecated log in each method
The text was updated successfully, but these errors were encountered: