UNPKG
healenium-global
Version:
latest (1.0.0)
1.0.0
Globally self-healing wrapper for Playwright actions (click, fill, etc.)
healenium-global
/
dist
/
patch-global.d.ts
3 lines
(2 loc)
•
105 B
TypeScript
View Raw
1
2
3
import
{
Page
}
from
'playwright'
;
export
declare
function
patchPageGlobally
(
page: Page
):
Promise
<
void
>;