Chrome officially supports running the browser in headless mode, allowing for programmatic control through the Puppeteer API and/or the CRI library.
I've thoroughly explored the documentation but have not discovered a method to programmatically capture AJAX traffic from instances. I am looking to start a Chrome instance from code, navigate to a page, and access background response/request calls and raw data all within the code without using developer tools or extensions.
If you have any suggestions or examples on how this can be accomplished, I would greatly appreciate it. Thank you!