Login
Remember
Register
Ask a Question
List The Selenium Commands That Work With Appium.
0
votes
asked
Jul 16, 2021
in
Appium
by
rajeshsharma
List The Selenium Commands That Work With Appium.
appium-commands
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 16, 2021
by
rajeshsharma
There are a number of Selenium commands that work with Appium tool.
Locate commands using ID or class names.
Raise events on elements e.g. Click().
Text commands like type().
Get/Set element properties.
Commands to run JavaScript.
Switch context between different web views like switching <iFrames> in Selenium Webdriver.
Commands to manage alert boxes
...