FrameFrame.focusVersion: NextOn this pageFrame.focus() method Focuses the first element that matches the selector. Signature class Frame { focus(selector: string): Promise<void>;} Parameters ParameterTypeDescriptionselectorstringThe selector to query for. Returns: Promise<void> Exceptions Throws if there's no element matching selector.