FrameFrame.tapVersion: 19.9.1On this pageFrame.tap() methodTaps the first element that matches the selector.Signature:class Frame { tap(selector: string): Promise<void>;}ParametersParameterTypeDescriptionselectorstringThe selector to query for.Returns:Promise<void>ExceptionsThrows if there's no element matching selector.