From c97a28fcd89a8921e67910a8b37132d590222ac5 Mon Sep 17 00:00:00 2001 From: Pyvovarchuk Date: Thu, 1 Feb 2024 14:17:37 +0200 Subject: [PATCH] The last command was added to address an issue related to an error that occurred when using the script. The --no-sandbox argument disables the sandbox mode in Chrome --- cumulusci/robotframework/Salesforce.robot | 1 + 1 file changed, 1 insertion(+) diff --git a/cumulusci/robotframework/Salesforce.robot b/cumulusci/robotframework/Salesforce.robot index 1b8e9275f4..1c9db238ed 100644 --- a/cumulusci/robotframework/Salesforce.robot +++ b/cumulusci/robotframework/Salesforce.robot @@ -189,4 +189,5 @@ Chrome Set Headless Call Method ${options} set_headless ${true} Call Method ${options} add_argument --disable-dev-shm-usage Call Method ${options} add_argument --disable-background-timer-throttling + Call Method ${options} add_argument --no-sandbox [return] ${options}