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

remove find_element_by_XXXX

Open KazuCocoa opened this issue 4 years ago • 1 comments

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

KazuCocoa avatar Oct 15 '21 16:10 KazuCocoa

https://appium.github.io/python-client-sphinx/webdriver.common.html#webdriver.common.appiumby.AppiumBy https://appium.github.io/python-client-sphinx/webdriver.common.html#module-webdriver.common.mobileby

KazuCocoa avatar Nov 27 '21 02:11 KazuCocoa