Click

Click

Utility method to work with clicking.

Constructor

new Click()

Source:

Methods

(async, static) andExpectDisplayed(clickSelector, displayedSelector)

Source:

Click on the element and expects that affected element to be displayed

Parameters:
Name Type Description
clickSelector
displayedSelector

(async, static) andExpectNotDisplayed(clickSelector, displayedSelector)

Source:

Click on the element and expects that affected element to be not displayed

Parameters:
Name Type Description
clickSelector
displayedSelector