Is there a way to visually see what has been render by PhantomJS on a Browser
问题 I know you can render/rasterize a web page to image or PDF in PhantomJS, but is there a way to do it inside a browser like for example on iframe, to use PhantomJS as an engine to show the source in a browser? I need the render to be interactive Thanks in advance! 回答1: There is no built-in way of doing this and especially not in an interactive fashion. PhantomJS is headless browser, but a complete browser nonetheless. It cannot be simply put into another browser without much much work. One