Action¶
An action to perform on either the selected element or the page state.
name¶
| required | false |
| type | string |
| default | “” |
The name of the action. This will be output for reference of the current action being run.
Example¶
name: "Set value to Selenium"
type: "send_keys"
text: "Selenium\n"
type¶
The type of action to run.
Options¶
| Type | |
|---|---|
| click | ✓ |
| fill | ✓ |
| check | ✓ |
| clear | ✓ |
| double_click | ✓ |
| flick_finger | ✓ |
| mouse_to_element | ✓ |
| scroll_finger | ✓ |
| select | ✓ |
| submit | ✓ |
| tap | ✓ |
| touch | ✓ |
| uncheck | ✓ |
| upload_file | ✓ |
| send_keys | ✓ |
Example¶
name: "Set value to Selenium"
type: "send_keys"
text: "Selenium\n"