1 Answer

0 votes
by
Selenese is a selenium set of command which are used for running the test

There are three types of Selenese

Actions: It is used for performing the operations and interactions with the target elements

Assertions: It is used as a check points

Accessors: It is used for storing the values in a variable
...