@applitools/nlp-web-runner 5.11.0 → 5.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -780,7 +780,7 @@ declare class Rectangle {
|
|
|
780
780
|
//#region src/patterns.d.ts
|
|
781
781
|
type Match = (text: string) => string | null;
|
|
782
782
|
//#endregion
|
|
783
|
-
//#region dist/_inline/_chunks/script-
|
|
783
|
+
//#region dist/_inline/_chunks/script-DchVAZrJ.d.ts
|
|
784
784
|
//#region src/port.d.ts
|
|
785
785
|
interface PortMessageEvent<TName extends string = string, TPayload = unknown> extends Event {
|
|
786
786
|
readonly name: TName;
|
|
@@ -2046,6 +2046,7 @@ declare class Evaluator extends EventTargetNode<EvaluatorEventMap> {
|
|
|
2046
2046
|
}: {
|
|
2047
2047
|
nodeId: number;
|
|
2048
2048
|
}): Promise<WebNode<TNode>>;
|
|
2049
|
+
adopt(node: WebNode): Promise<WebNode>;
|
|
2049
2050
|
port<TMessageMap extends {
|
|
2050
2051
|
in: Record<string, unknown>;
|
|
2051
2052
|
out: Record<string, unknown>;
|