Is there a way to capture the response from a script.js on a webpage using page.response in Browser Automation Studio without using Node.js, as multithreading wouldn’t work
or some other way to get the response from script.js
In the browser, all these scripts are executed automatically, if you work with the site via the http-client, then you will have to execute these scripts manually.