We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! Ho I may get elements a that contains only numbers in text() via Xpath for pagination method?
a
text()
pagination
When I insert in .paginate selector that match all pagination links (1,2,3...) then I get a follow on only the one link (1).
.paginate
Method paginate may work with array of pagination links that I get via selector or I need to set only selector for link “next/previous?
Thanks )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Ho I may get elements
a
that contains only numbers intext()
via Xpath forpagination
method?When I insert in
.paginate
selector that match all pagination links (1,2,3...) then I get a follow on only the one link (1).Method paginate may work with array of pagination links that I get via selector or I need to set only selector for link “next/previous?
Thanks )
The text was updated successfully, but these errors were encountered: