How to get a list of all links on a page using django-webtest?
In my case, i want to test that users have appropriate urls on a page, according to their permissions.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok, I think i found out how to get a list of all the urls on a page:
This will print all the url elements that webtest found on a page with a feedback if it was accepted or skipped.