Skip to content

Commit

Permalink
new next xpath added
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamfayyaz committed Oct 4, 2024
1 parent b0e6e45 commit 7429479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ah_scrapping_extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"//a[@aria-label='Next']",
"//link[@id='ctl00_RelNext']",
"//a[@aria-label='Show more products']",
"//div[@class='show-more']//button[contains(text(),'More Results')]"
"//div[@class='show-more']//button[contains(text(),'More Results')]",
"(//DIV[@id='kuPagination2' and contains(@class,'kuPagination')]//A)[last()-1]"
]
],
"captchaIdentifiers": [
Expand Down

0 comments on commit 7429479

Please sign in to comment.