UNPKG
healenium-global
Version:
latest (1.0.0)
1.0.0
Globally self-healing wrapper for Playwright actions (click, fill, etc.)
healenium-global
/
dist
/
healenium.d.ts
4 lines
(3 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
type
Step
=
() =>
Promise
<
void
>;
export
declare
function
Healenium
(
failedSelector
:
string
):
(
_target
:
Object
,
_propertyKey
:
string
,
descriptor
:
TypedPropertyDescriptor
<
Step
>
) =>
void
;
export
{};