So i am trying to open a test case using the chrome browser, but for my manual tests i need to use a browser shortcut using " --disable-web-security --user-data-dir=c:\my\data" at the end on the line, in properties.
How can this be done using Katalon? I tried setting my Settings- execution - default -= webUI - chrome - with the given value, but no luck.
Also tried to add a web browser in Katalon preferences, with the browser location pointing to a shortcut on my desktop, that has the --disable… but that browser does not show up in my Run option.
And No, i cannot “Disable web security” for the main chrome browser.