UNPKG

playwright-fluent

Version:
3 lines (2 loc) 190 B
import { ElementHandle } from 'playwright'; export declare function getAttributeOfHandle(attributeName: string, selector: ElementHandle<Element> | null | undefined): Promise<string | null>;