0 votes
in Selenium by
What is Selenese? Explain different types of Selenium commands.

1 Answer

0 votes
by

The language used for writing test scripts in Selenium IDE is called Selenese. It is a set of commands used to test your web application or system. Selenium commands could be divided into 3 major categories:

  1. Actions: These are the commands interacting directly with web applications.
  2. Accessors: These are the commands which allow users to store values in a user-defined variable.
  3. Assertions: They enable a comparison of the current state of the application with its expected state.

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
0 votes
asked Jan 7 in Selenium by SakshiSharma
...