Is there an existing issue for this?
Current Behavior
When I call hasNextPage method on a ReviewsParser instance, I always get false value.
Expected Behavior
It should give me true if there is More reviews link on the MAL page.
Steps To Reproduce
No response
Environment
No response
Anything else?
Currently the xpath selector is //*[@id="horiznav_nav"]/div/a[contains(text(), "Next")] however there is no link on the page with Next text in it.
It's now More reviews.
Example: https://myanimelist.net/manga/2/Berserk/reviews
Is there an existing issue for this?
Current Behavior
When I call
hasNextPagemethod on aReviewsParserinstance, I always getfalsevalue.Expected Behavior
It should give me
trueif there isMore reviewslink on the MAL page.Steps To Reproduce
No response
Environment
No response
Anything else?
Currently the xpath selector is
//*[@id="horiznav_nav"]/div/a[contains(text(), "Next")]however there is no link on the page withNexttext in it.It's now
More reviews.Example: https://myanimelist.net/manga/2/Berserk/reviews