-
Notifications
You must be signed in to change notification settings - Fork 0
Step library
Step library contains most common test step
-
Go to <url>
To navigate to given url. Usually it used as configuration step in the beginning of scenario. -
Find <element> with <text>
To find element containing text -
Click found item
Make click on on element found on previous step. -
Check if <attribute> is <value>
Stop if <attribute> is <value>
To check some attributes of elements found on previous steps on equality/non-equality to given value. It sentence is started with Check then it just save state to log. Stop will break scenario execution and switch to next scenario. Instead of is can be is not, are, are not -
Switch to found item
To reach elements inside other complex elements. -
Switch to frame <n>
To change focus to the frame for access elements inside frames and iframes. -
Wait <n> seconds
To wait n second before next step.
This group of step is used to fill forms.
-
Enter <text>
To enter text to text inputs found on previous steps.
This group of step is intended for creating guides.
-
Say <text>
To show text close to fake mouse pointer. -
Highlight and say <text>
To highlight element found on previous step and add comment close to highlighted element.