click

abstract suspend fun click()

Clicks the element, simulating a user click.

This method resolves the element's remote object and calls the click function on it. It also flashes the element for a short duration to indicate the click action.

Throws

if the remote object cannot be resolved.