How to bypass CORS error policy using Browser Activities?

Hello,

When opening a specific url, this error appears within the console page:

image

I managed to bypass this by using --disable-web-security flag, but UI automation activities don’t seem to work if that flag is active

Other suggestions?