From 4e2c80d0564defcf7fb449755e61bd9154657a5d Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 5 Jun 2024 11:41:56 +0530 Subject: [PATCH] feat: bottom up search by traversing the DOM tree upwards from the element for CSS selector --- server/src/workflow-management/selector.ts | 36 ---------------------- 1 file changed, 36 deletions(-) diff --git a/server/src/workflow-management/selector.ts b/server/src/workflow-management/selector.ts index 2b8b0d1f..5f8a74e9 100644 --- a/server/src/workflow-management/selector.ts +++ b/server/src/workflow-management/selector.ts @@ -250,42 +250,6 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => { return path; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - };