feat: add support for iframe and shadowDom selector in pagination logic
This commit is contained in:
@@ -712,6 +712,8 @@ export class WorkflowGenerator {
|
|||||||
// Chain selectors in specific priority order
|
// Chain selectors in specific priority order
|
||||||
const selectors = selectorBasedOnCustomAction;
|
const selectors = selectorBasedOnCustomAction;
|
||||||
const selectorChain = [
|
const selectorChain = [
|
||||||
|
selectors?.iframeSelector?.full,
|
||||||
|
selectors?.shadowSelector?.full,
|
||||||
selectors?.testIdSelector,
|
selectors?.testIdSelector,
|
||||||
selectors?.id,
|
selectors?.id,
|
||||||
selectors?.hrefSelector,
|
selectors?.hrefSelector,
|
||||||
|
|||||||
Reference in New Issue
Block a user