-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit af2189e
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"paginationTags": [ | ||
[], | ||
["//link[@rel='next']", "//a[@rel='next']"], | ||
[ | ||
"//div[@class='pagination']//a[@class='next']", | ||
"//a[contains(@title,'Next') or contains(@title,'next')]", | ||
"//a[contains(@class,'pagination-next')]", | ||
"//a[@title='Next' or @title='next']", | ||
"//li[@class='pagination-next']/a", | ||
"//div[@class='show-more']//button[contains(text(),'More Results')]", | ||
"(//ul[@class='pagination']/li)[last()-1]/a", | ||
"(//a[@class='pagination--item'])[last()]", | ||
"(//li[@class='active']/following-sibling::li)[1]/a", | ||
"(//a[@class='pagination-link'])[last()]", | ||
"(//div[@class='ls-paginator-counter']//li/a)[last()]", | ||
"//button[@class='btn btn-secondary bloom-load-button btn-xl mt-3']", | ||
"//a[contains(@class,'PageIndicatorNextPage')]", | ||
"//div[@class='kuPagination']/a[text()='>']", | ||
"(//li[@class='pagination__navItem is-active']/following-sibling::li)[1]/a", | ||
"//div[@class='show-more more-results']/div/button", | ||
"//a[@class='pagination-next']", | ||
"(//button[@title='Next page'])[1]", | ||
"//a[contains(@aria-label,'Next page')]", | ||
"//a[contains(@title,'Next Page')]", | ||
"//a[@class='pagination-next pagination-more-link']", | ||
"(//li[@class='next-page'])[1]/a", | ||
"(//a[@aria-label='Next'])[1]", | ||
"//a[@aria-label='Next']", | ||
"//link[@id='ctl00_RelNext']", | ||
"//a[@aria-label='Show more products']", | ||
"//div[@class='show-more']//button[contains(text(),'More Results')]" | ||
] | ||
], | ||
"captchaIdentifiers": [ | ||
"Page is not available in your region", | ||
"Please verify you are a human", | ||
"Access to this page has been denied", | ||
"Request unsuccessful.", | ||
"Access Denied", | ||
"To regain access, please make sure that cookies and JavaScript", | ||
"like to check on a few things before you log in", | ||
"It appears you may be using a browser that is out of date", | ||
"Robot or Human?" | ||
] | ||
} |