We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e254624 commit 22a3dc3Copy full SHA for 22a3dc3
server/src/workflow-management/utils.ts
@@ -13,11 +13,6 @@ export const getBestSelectorForAction = (action: Action) => {
13
case ActionType.DragAndDrop: {
14
const selectors = action.selectors;
15
16
-
17
- if (selectors?.iframeSelector?.full) {
18
- return selectors.iframeSelector.full;
19
- }
20
21
// less than 25 characters, and element only has text inside
22
const textSelector =
23
selectors?.text?.length != null &&
0 commit comments