diff --git a/server/src/workflow-management/utils.ts b/server/src/workflow-management/utils.ts index c10d2c13..b3dadd60 100644 --- a/server/src/workflow-management/utils.ts +++ b/server/src/workflow-management/utils.ts @@ -17,7 +17,7 @@ export const getBestSelectorForAction = (action: Action) => { selectors?.text?.length != null && selectors?.text?.length < 25 && action.hasOnlyText - ? `text=${selectors.text}` + ? selectors.generalSelector : null; if (action.tagName === TagName.Input) {