UNPKG

healenium-js

Version:

Healenium-style self-healing decorator for Playwright in TypeScript

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 {};