- From: David Burns <dburns@mozilla.com>
- Date: Mon, 9 Mar 2015 14:11:36 +0000
- To: public-browser-tools-testing@w3.org
Received on Monday, 9 March 2015 14:12:07 UTC
Hi All,
Do we want to keep getPageSource a server side call or are we ok with
moving this into the client. The JS required to create it is rather
trivial[1]. This could easily be moved into the local end with little
disruption to people's tests.
David
[1] driver.execute_script('return document.documentElement.outerHTML')
Received on Monday, 9 March 2015 14:12:07 UTC