Form Events
Perform form specific events on input field and button of form.
On this page
Action
Element Finder | Value |
---|---|
FormEvents:: | Description |
---|---|
FormEvents::blur | Trigger blur event; removes focus from the element. |
FormEvents::click | Click the form element. |
FormEvents::click-once | Clicks an element only once unless the page fully refreshes, avoiding duplicate clicks for items loaded later. |
FormEvents::focus | Trigger focus event on the element. |
FormEvents::select | Trigger select event; selects the text inside inputs and textareas. |
FormEvents::submit | Submit the form containing the element. |
FormEvents::clear | Trigger clear event; clears field value. |
FormEvents::remove | Remove the element. |