How do I disable the web security using Katalon?
When I do this manually, I run the command with the following flags using the windows runner:
“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” --disable-web-security --user-data-dir=~/ChromeUserData/
I tried to put the flags as args in the Katalon Chrome settings, but it didn’t work.