all errors encountered by the automation process will be shown here. If you want these errors to result in a page rendering failure, be sure to set IRequestSettings.stopOnError to true
any calls to page.meta.log()
will be shown here
Any call to a page.render
function will have it's results stored here, in chronological order.
any calls to page.meta.store.set()
will have it's final key/value shown here.
the results of your IPageRequest.overseerScript are stored in this format.
Sent to you in two situations: Either sent directly if the
renderType:"automation"
is chosen, or in thePageResponse.content.automation
node ifoutputAsJson:true
is set. If neither situation is true, you will not be sent this information.