diff --git a/server/src/workflow-management/selector.ts b/server/src/workflow-management/selector.ts index a553064f..d948b01a 100644 --- a/server/src/workflow-management/selector.ts +++ b/server/src/workflow-management/selector.ts @@ -722,6 +722,10 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => { }; +interface SelectorResult { + generalSelector: string; +} + /** * Returns the best non-unique css {@link Selectors} for the element on the page. * @param page The page instance.