Going from Presentation Debugger to CSV report

Given the need for automation here, all the more reason to consider leveraging the REST API. You can pass it session relevance queries (essentially what you're evaluating within the Console's Presentation Debugger) via /api/query.

The following post has some sample code showing how to leverage /api/token for authentication: Example REST API usage for /api/token

1 Like