Skip to main contentSkip to docs navigation
Added in v2.0.60View on GitHub

Form Events

Perform form specific events on input field and button of form.

On this page
Action
Element Finder Value
FormEvents::Description
FormEvents::blurTrigger blur event; removes focus from the element.
FormEvents::clickClick the form element.
FormEvents::click-onceClicks an element only once unless the page fully refreshes, avoiding duplicate clicks for items loaded later.
FormEvents::focusTrigger focus event on the element.
FormEvents::selectTrigger select event; selects the text inside inputs and textareas.
FormEvents::submitSubmit the form containing the element.
FormEvents::clearTrigger clear event; clears field value.
FormEvents::removeRemove the element.