feat: add pair to worflow & notify client

This commit is contained in:
karishmas6
2024-06-08 00:06:00 +05:30
parent ea7491e6da
commit ec7a0936fe

View File

@@ -221,6 +221,7 @@ export class WorkflowGenerator {
this.generatedData.lastUsedSelector = selector;
this.generatedData.lastAction = 'click';
}
await this.addPairToWorkflowAndNotifyClient(pair, page);
};