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