summaryrefslogtreecommitdiffstats
path: root/robot/resources/browser_setup.robot
diff options
context:
space:
mode:
Diffstat (limited to 'robot/resources/browser_setup.robot')
-rw-r--r--robot/resources/browser_setup.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/browser_setup.robot b/robot/resources/browser_setup.robot
index 3af1342a..634d3130 100644
--- a/robot/resources/browser_setup.robot
+++ b/robot/resources/browser_setup.robot
@@ -22,7 +22,7 @@ Setup Browser Firefox
${wd}= Create WebDriver Firefox capabilities=${caps}
Set Global Variable ${GLOBAL_SELENIUM_BROWSER_CAPABILITIES} ${caps}
- Setup Browser Chrome
+Setup Browser Chrome
${chrome options}= Evaluate sys.modules['selenium.webdriver'].ChromeOptions() sys
Call Method ${chrome options} add_argument no-sandbox
Run Keyword If ${HEADLESS}==True Call Method ${chrome options} add_argument headless