UNPKG

playwright-fluent

Version:
3 lines (2 loc) 179 B
import { ElementHandle } from 'playwright'; export declare function hasNotHandleClass(handle: ElementHandle<Element> | undefined | null, expectedClass: string): Promise<boolean>;