Skip to main content
Version: 16.1.1

Frame.focus() method

Focuses the first element that matches the selector.

Signature:

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

Parameters

ParameterTypeDescription
selectorstringThe selector to query for.

Returns:

Promise<void>

Exceptions

Throws if there's no element matching selector.