UNPKG

playwright-fluent

Version:
4 lines (3 loc) 281 B
import { CheckOptions } from '../check-handle'; import { ElementHandle, Frame, Page } from 'playwright'; export declare function uncheckHandle(selector: ElementHandle<Element> | undefined | null, name: string, page: Page | Frame | undefined, options: CheckOptions): Promise<void>;