UNPKG

healenium-global

Version:

Globally self-healing wrapper for Playwright actions (click, fill, etc.)

4 lines (3 loc) 195 B
type Step = () => Promise<void>; export declare function Healenium(failedSelector: string): (_target: Object, _propertyKey: string, descriptor: TypedPropertyDescriptor<Step>) => void; export {};