Skip to main content
Version: Next

Frame.tap() method

Taps the first element that matches the selector.

Signature:

class Frame {
tap(selector: string): Promise<void>;
}

Parameters

ParameterTypeDescription
selectorstringThe selector to query for.

Returns:

Promise<void>

Exceptions

Throws if there's no element matching selector.