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
Hi,
can you provide more information?
How are you getting the mail? Are you doing it through browser or through an api?
you can use regex, get substring or get html for this.
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.