ReactAction

ReactAction

Base DSL actions for React components

Constructor

new ReactAction()

Source:

Methods

(static) blur(selector)

Source:

Leaves the focus from the React element.

Parameters:
Name Type Description
selector

(static) focus(selector)

Source:

Focuses on a certain React element. Mainly has to be used for input fields.

Parameters:
Name Type Description
selector

(static) mouseLeave(selector)

Source:

Leaves the hover from the React component.

Parameters:
Name Type Description
selector

(static) setDatePickerValue(selector, dateValue)

Source:

Sets the specified date in date picker.

Parameters:
Name Type Description
selector
dateValue