I am using the below configuration and its not disabled the security alrert , please help me for my issue .
"desiredCapabilities" : {
"browserName" : "chrome",
"javascriptEnabled" : true,
"acceptSslCerts" : true ,
"chromeOptions": {
"args": ["window-size=1880,800", "disable-web-security"]
}
}