python-mechanize/mechanize

Is there a way to check the HTML which gets parsed?

guettli opened this issue · 1 comments

I am using mechanize to test the html forms I created.

Is there a way to check that the HTML is valid?

mechanize doesnt contain HTML validators, use a separate library for
that.