UNPKG

playwright-fluent

Version:
5 lines (4 loc) 294 B
import { SelectorFluent } from '../../../selector-api'; import { CheckOptions } from '../../handle-actions'; import { Frame, Page } from 'playwright'; export declare function uncheckSelectorObject(selector: SelectorFluent, page: Page | Frame | undefined, options: CheckOptions): Promise<void>;