appium - What is Python alternative to Java @AndroidFindBy @iOSFindBy annotations -


i have mobile native application (ios , android) want automate using python - application interaction , logic similar ios , android. best way share test logic across mobile platform.

i found way how javaclient works - use annotations @androidfindby , @iosfindby.

is there alternative python? having many if\else in code not work me.

[dated 7 jun,2016] of don't think (annotated by method) have been implemented accessing webelements or mobileelements in python.

you can go through byclass, appium's webdriver.py , changelog , roadmap documented @ appium python client github repository more details on it.