UNPKG

kayle

Version:

Extremely fast and accurate accessibility engine built for any headless tool like playwright or puppeteer.

24 lines (23 loc) 517 B
import type { Watcher } from "./watcher"; export declare function extractArgs(o: any, watcher?: Watcher): { browser: any; page: any; cdpSession: any; timeout: any; noIntercept: any; browserExtension: any; _watcher: Watcher; actions: any; hideElements: any; ignore: any; includeNotices: any; includeWarnings: any; rootElement: any; rules: any; runners: any; standard: any; origin: any; language: any; clip: any; _kayleRunner: boolean; };