diff options
author | DR695H <dr695h@att.com> | 2019-07-23 17:13:23 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-23 17:13:23 -0400 |
commit | 67afaca4f14965ac90f724ec56fb87d900cf807a (patch) | |
tree | 7c16dee56cca3d7b86bb820e4892722a77d1a401 /robot/resources/browser_setup.robot | |
parent | 102f3207fbec080e81d4abaa9c7277cbf5d52a37 (diff) |
cleaning up some warnings
need these cleaned before switching over the variabel strucuture in
preload
Issue-ID: TEST-174
Change-Id: I1667f45b0135a059dfab2835c9b4f743703c60a5
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/browser_setup.robot')
-rw-r--r-- | robot/resources/browser_setup.robot | 2 |
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 |