Reproducing in Katalon Studio: chrome --disable-web-security --user-data-dir="C:\Users\Someone\

How do I reproduce the following console command:chrome --disable-web-security --user-data-dir=“C:\Users\Someone\AppData\Local\Google\Chrome\User Data”
I am trying: User set preference: [‘arg’, ‘[disable-web-security, allow-running-insecure-content, user-data-dir=“C:\Users\Someone\AppData\Local\Google\Chrome\User Data”]’]
The reason I need to do this is because I need to work around “Allow-Control-Allow-Origin”
Is there any way to use an existing browser through a url? (ex. localhost:5000/katalon/…) I know I can use the extension, but I would like to use the full featured Studio version.

You should change ‘arg’ to ‘args’ instead, there is actually no ‘arg’ key from official chromedriver. So please change it and try again.