List The Selenium Commands That Work With Appium.

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