From 5fd176a0dea454e1e8f159a0c3505117dc415147 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 8 Jun 2024 00:40:42 +0530 Subject: [PATCH] docs: isOverShadowingAction --- server/src/workflow-management/classes/Generator.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/server/src/workflow-management/classes/Generator.ts b/server/src/workflow-management/classes/Generator.ts index bc5c72cd..901f7269 100644 --- a/server/src/workflow-management/classes/Generator.ts +++ b/server/src/workflow-management/classes/Generator.ts @@ -554,7 +554,14 @@ export class WorkflowGenerator { this.socket.emit('workflow', this.workflowRecord); } - + /** + * Checks and returns possible pairs that would get over-shadowed by the pair + * from the current workflow. + * @param pair The pair that could be over-shadowing. + * @param page The page to be used for checking the visibility and accessibility of the selectors. + * @private + * @returns {Promise} + */ private IsOverShadowingAction = async (pair: WhereWhatPair, page: Page) => { type possibleOverShadow = { index: number;