feat: gen norm selectors for pagination mode
This commit is contained in:
@@ -3508,14 +3508,7 @@ class ClientSelectorGenerator {
|
|||||||
this.getList
|
this.getList
|
||||||
);
|
);
|
||||||
|
|
||||||
const selectorBasedOnCustomAction =
|
const selectorBasedOnCustomAction = this.getSelectors(iframeDocument, coordinates);
|
||||||
this.getList === true
|
|
||||||
? this.getNonUniqueSelectors(
|
|
||||||
iframeDocument,
|
|
||||||
coordinates,
|
|
||||||
this.listSelector
|
|
||||||
)
|
|
||||||
: this.getSelectors(iframeDocument, coordinates);
|
|
||||||
|
|
||||||
if (this.paginationMode && selectorBasedOnCustomAction) {
|
if (this.paginationMode && selectorBasedOnCustomAction) {
|
||||||
// Chain selectors in specific priority order
|
// Chain selectors in specific priority order
|
||||||
|
|||||||
Reference in New Issue
Block a user