UNPKG

playwright-fluent

Version:
3 lines (2 loc) 155 B
import { ElementHandle } from 'playwright'; export declare function isHandleMoving(selector: ElementHandle<Element> | null | undefined): Promise<boolean>;