Mark Derricutt wrote:
Often during my manual testing, I'm making use of the Firefox
WebDeveloper extension and its ability to post the current page to
validator.w3.org/check
Is there anyway to automate this with selenium?
I can't see Selenium helping, much.
However, it should be easy eno
Mark Derricutt wrote on 08/10/2005 04:35 PM:
Is there anyway to automate this with selenium? So I could browse to a
page, push it to the validator, then check for the "yes this validates"
content?
Mmmm Internet Explorer provides document.documentElement.outerHTML which
apparantly gives me t
Often during my manual testing, I'm making use of the Firefox
WebDeveloper extension and its ability to post the current page to
validator.w3.org/check
Is there anyway to automate this with selenium? So I could browse to a
page, push it to the validator, then check for the "yes this validates