Contents

click()

Sends a click event to a hittable point computed for the element.

Declaration

func click()

Discussion

If the element exists within a scrollable view but is offscreen, the framework attempts to scroll the element onscreen before performing the click.

See Also

Clicking