Human Actions
The human action nodes simulate human actions on pages.
wait
This action notifies the program that you wish to pause for the specified time interval, Data is milliseconds.
fill
For text input and textarea on the page, Data is the filling content.
check
For checkbox, make it checked or not by set Data to true or false.
choose
For radio button, choose it.
select
This action notifies the program that you wish Select either Text or a Value from the Dropdown Selector identified.
For SELECT on the page, make its options selected or not by set Data.
when Data is "all", means select all options.
when Data like 'op1', 'op2', 'op3', means select the options which text is op1, op2 or op3.
when Data like '$op1', '$op2', '$op3', means select the options which value is op1, op2 or op3.
when Data like #0,#1, means select the options with index of 0, 1.
click
Valid for all the DOM on the page, it will trigger "click event" for the target.
scroll down
Scroll down the page to the bottom.
How to add a human action
record action
See record actions.
add actions directly
Click "add action" and select an action in the menu, some actions must be added by this way, such as "wait'. see Add/Remove/Change Actions.