I'm wondering if it is possible to use the currently available browser engines from BAS (e.g. 113 and 114) in input settings (gui/data/resources).
Or are these values only available at runtime and can't be accessed for declaring in input before starting the script`?
Hello, you can try using a proxy before loading page.
if this doesnt work you can try using proxy and then requesting fingerprint.
I managed to do this in this way.
For those who needs this later, you can set up http proxy and send a simple get request to https://api.ipify.org , it will give you the ip adress in plain text, no need to parse the json.
One of many simple and easy ways to do it.