feat: gen norm selectors for pagination mode

This commit is contained in:
Rohit
2025-07-07 01:43:29 +05:30
parent 52741faa9c
commit 06892a67d5

View File

@@ -3508,14 +3508,7 @@ class ClientSelectorGenerator {
this.getList
);
const selectorBasedOnCustomAction =
this.getList === true
? this.getNonUniqueSelectors(
iframeDocument,
coordinates,
this.listSelector
)
: this.getSelectors(iframeDocument, coordinates);
const selectorBasedOnCustomAction = this.getSelectors(iframeDocument, coordinates);
if (this.paginationMode && selectorBasedOnCustomAction) {
// Chain selectors in specific priority order