AuditorM9
Results
1
comments of
AuditorM9
> Assign the value of `//li[a[contains(@class,"page-selected")]]/following-sibling::li[1]/a` to the nextLink. didn't work but `li:has(a.page-selected) + li > a` did, thanks!