Skip to content

Commit 22a3dc3

Browse files
committed
feat: rm iframe selector logic
1 parent e254624 commit 22a3dc3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server/src/workflow-management/utils.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ export const getBestSelectorForAction = (action: Action) => {
1313
case ActionType.DragAndDrop: {
1414
const selectors = action.selectors;
1515

16-
17-
if (selectors?.iframeSelector?.full) {
18-
return selectors.iframeSelector.full;
19-
}
20-
2116
// less than 25 characters, and element only has text inside
2217
const textSelector =
2318
selectors?.text?.length != null &&

0 commit comments

Comments
 (0)