http - Screen capture using PhantomJS web server module -
i have phantomjs web server module running on localhost:8082. send http request opens website , screen captures it. understanding can add parameters (such address
or output
) request. unfortunately, cannot find list of accepted parameters documentation of web server module rather sparse. additionally, not sending request javascript environment , therefore cannot require
reference webserver module (as recommended docs).
my idea send http request looks this:
get http://127.0.0.1:8082?open=http://www.google.com&output=result.png
is possible using phantomjs' web server module? how proper request like?
Comments
Post a Comment