FrameFrame.tapVersion: 20.8.3On 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.