Appium locators for Robotframework

identifierClick Element | identifier=my_elementMatches by @id attribute
idClick Element | id=my_elementMatches by @resource-id attribute
accessibility_idClick Element | accessibility_id=button3Accessibility options utilize.
xpathClick Element | xpath=//UIATableView/UIATableCell/UIAButtonMatches with arbitrary XPath
classClick Element | class=UIAPickerWheelMatches by class
androidClick Element | android=UiSelector().description('Apps')Matches by Android UI Automator
iosClick Element | ios=.buttons().withName('Apps')Matches by iOS UI Automation
cssClick Element | css=.green_buttonMatches by css in webview
nameClick Element | name=my_elementMatches by @name attribute

Comments

Popular Posts