Is there a way to check the HTML which gets parsed?
guettli opened this issue · 1 comments
guettli commented
I am using mechanize to test the html forms I created.
Is there a way to check that the HTML is valid?
kovidgoyal commented
mechanize doesnt contain HTML validators, use a separate library for
that.