Re: [Selenium-users] Testing page validatation...

2005-08-10 Thread Mike Williams
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

Re: [Selenium-users] Testing page validatation...

2005-08-09 Thread Mark Derricutt
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

[Selenium-users] Testing page validatation...

2005-08-09 Thread Mark Derricutt
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