Postman mechanism to enable remote debugging for Automation

Hi,
I need to automate the postman scripts but my automation tool is unable to recognise any controls as postman uses an embedded chrome browser.
Just wanted to determine if postman provide any mechanism to enable remote debugging of the embedded chrome window for automation purposes?
Please help if anyone you have faced it or any heads up.

Thanks in advance!

Hi @AnmolP13 and welcome to the community!

Have you had a look at Newman, the command-line for Postman?

It is built with extensibility in mind so that you can easily integrate it with your continuous integration servers and build systems.

See more here:

https://learning.getpostman.com/docs/postman/collection_runs/command_line_integration_with_newman/