0 votes
in Appium by
List The Selenium Commands That Work With Appium.

1 Answer

0 votes
by

There are a number of Selenium commands that work with Appium tool.

  1. Locate commands using ID or class names.
  2. Raise events on elements e.g. Click().
  3. Text commands like type().
  4. Get/Set element properties.
  5. Commands to run JavaScript.
  6. Switch context between different web views like switching <iFrames> in Selenium Webdriver.
  7. Commands to manage alert boxes

Related questions

0 votes
asked Apr 26, 2021 in Appium by rajeshsharma
0 votes
asked Apr 26, 2021 in Appium by rajeshsharma
...