From 12a62df9723438e07e0a67e7781bbfbbad932a16 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 7 Aug 2024 05:19:35 +0530 Subject: [PATCH] docs: getNonUniqueSelectors --- server/src/workflow-management/selector.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/server/src/workflow-management/selector.ts b/server/src/workflow-management/selector.ts index cfe7741d..418d42c1 100644 --- a/server/src/workflow-management/selector.ts +++ b/server/src/workflow-management/selector.ts @@ -724,11 +724,6 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => { /** * Returns the best non-unique css {@link Selectors} for the element on the page. - * Internally uses a finder function from https://github.com/antonmedv/finder/blob/master/finder.ts - * available as a npm package: @medv/finder - * - * The finder needs to be executed and defined inside a browser context. Meaning, - * the code needs to be available inside a page evaluate function. * @param page The page instance. * @param coordinates Coordinates of an element. * @category WorkflowManagement-Selectors