Any way of scripting this to automate button clicks etc? I use PhantomJS for this now but found it to be incredibly unstable for complex pages.
But ultimately selenium and webdriver.io will do a better job at this
11–20 of 161 posts
Any way of scripting this to automate button clicks etc? I use PhantomJS for this now but found it to be incredibly unstable for complex pages.
But ultimately selenium and webdriver.io will do a better job at this
Please let this be capable of generating PDFs from HTML from the command line.
FWIW, you can do that now, using phantomjs (which is chrome) http://phantomjs.org/screen-capture.html
Earlier quoted context omitted.
FWIW, you can do that now, using phantomjs (which is chrome) http://phantomjs.org/screen-capture.html
> FWIW, you can do that now, using phantomjs (which is chrome) http://phantomjs.org/screen-capture.html It's based on webkit.
Mostly, I'd like to know how the control of the virtual time system would be exposed. Would it be through the C++ API, or could it be made available through the debugging protocol?
Please let this be capable of generating PDFs from HTML from the command line.