The trade off is: no graphical rendering at all. We did all the other things: HTTP requests, JS execution, DOM changes... But we don't draw the page at all.
So you can't take a screenshot for example, but you can execute JS to dump the final HTML.
The trade off is: no graphical rendering at all. We did all the other things: HTTP requests, JS execution, DOM changes... But we don't draw the page at all.
So you can't take a screenshot for example, but you can execute JS to dump the final HTML.