fix: return iframeSelector if present

This commit is contained in:
RohitR311
2025-01-05 00:39:08 +05:30
parent c132f276b2
commit 934ffbb0f5

View File

@@ -16,7 +16,8 @@ export const getBestSelectorForAction = (action: Action) => {
if (selectors?.iframeSelector?.full) {
return selectors.iframeSelector.full;
}
if (selectors?.shadowSelector?.full) {
return selectors.shadowSelector.full;
}