diff options
author | DR695H <dr695h@att.com> | 2019-06-13 15:21:13 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-13 15:21:56 -0400 |
commit | e65d7fec679cc393c08f0d32f1ad61bbd71a35f8 (patch) | |
tree | 41bc5431953b9bc466c21fb8c6e19566203a19af /robot/resources/browser_setup.robot | |
parent | a9ea82a7a509d66b6b85b606b64afc6461919f51 (diff) |
remove the unused import and remove the dnsutils
Change-Id: I41fc25ab47baac9f82011a68161b0963c074e590
Issue-ID: TEST-164
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/browser_setup.robot')
-rw-r--r-- | robot/resources/browser_setup.robot | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/robot/resources/browser_setup.robot b/robot/resources/browser_setup.robot index f9203f31..3af1342a 100644 --- a/robot/resources/browser_setup.robot +++ b/robot/resources/browser_setup.robot @@ -1,7 +1,6 @@ *** Settings *** Documentation The main interface for interacting with VID. It handles low level stuff like managing the selenium request library and VID required steps Library Collections -Library OSUtils Library OperatingSystem Library SeleniumLibrary Resource global_properties.robot @@ -16,7 +15,6 @@ Setup Browser Run Keyword If '${GLOBAL_SELENIUM_BROWSER}' == 'chrome' Setup Browser Chrome Log Running with ${GLOBAL_SELENIUM_BROWSER} - Setup Browser Firefox ${caps}= Evaluate sys.modules['selenium.webdriver'].common.desired_capabilities.DesiredCapabilities.FIREFOX sys Set To Dictionary ${caps} marionette= @@ -25,8 +23,6 @@ Setup Browser Firefox Set Global Variable ${GLOBAL_SELENIUM_BROWSER_CAPABILITIES} ${caps} Setup Browser Chrome - ${os}= Get Normalized Os - Log Normalized OS=${os} ${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 |