Linuxマシンの分度器からWebセキュリティを無効にしてChromeブラウザを開くにはどうすればよいですか
私は以下を試しましたが、Windowsでは動作しますが、Linuxでは動作しません
capabilities: {
'browserName': 'chrome',
'chromeOptions': {
useAutomationExtension: false,
//args: ["--headless", '--disable-web-security', 'C:/Chrome dev session']
args: ['--disable-web-security', 'C:/Chrome dev session']
}
},