@@ -8,13 +8,15 @@ Documentation Creating test which would work on all browser is not possible.
88
99*** Test Cases ***
1010Chrome Browser With Selenium Options As String
11+ [Tags] SKIP_ON_WINDOWS
1112 [Documentation]
1213 ... LOG 1:13 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
1314 ... LOG 1:13 DEBUG REGEXP: .*args['\\\"]: \\\[['\\\"]--disable-dev-shm-usage['\\\"].*
1415 Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
1516 ... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument("--disable-dev-shm-usage")
1617
1718Chrome Browser With Selenium Options As String With Attribute As True
19+ [Tags] SKIP_ON_WINDOWS
1820 [Documentation]
1921 ... LOG 1:13 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
2022 ... LOG 1:13 DEBUG REGEXP: .*args['\\\"]: \\\[['\\\"]--disable-dev-shm-usage['\\\"].*
@@ -23,7 +25,7 @@ Chrome Browser With Selenium Options As String With Attribute As True
2325 ... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument ( "--disable-dev-shm-usage" ) ; add_argument ( "--headless=new" )
2426
2527Chrome Browser With Selenium Options With Complex Object
26- [Tags] NoGrid
28+ [Tags] NoGrid SKIP_ON_WINDOWS
2729 [Documentation]
2830 ... LOG 1:13 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
2931 ... LOG 1:13 DEBUG REGEXP: .*['\\\"]mobileEmulation['\\\"]: {['\\\"]deviceName['\\\"]: ['\\\"]Galaxy S5['\\\"].*
@@ -32,6 +34,7 @@ Chrome Browser With Selenium Options With Complex Object
3234 ... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument ( "--disable-dev-shm-usage" ) ; add_experimental_option( "mobileEmulation" , { 'deviceName' : 'Galaxy S5'})
3335
3436Chrome Browser With Selenium Options Object
37+ [Tags] SKIP_ON_WINDOWS
3538 [Documentation]
3639 ... LOG 2:13 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
3740 ... LOG 2:13 DEBUG REGEXP: .*args['\\\"]: \\\[['\\\"]--disable-dev-shm-usage['\\\"].*
@@ -46,6 +49,7 @@ Chrome Browser With Selenium Options Invalid Method
4649
4750
4851Chrome Browser With Selenium Options Argument With Semicolon
52+ [Tags] SKIP_ON_WINDOWS
4953 [Documentation]
5054 ... LOG 1:13 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
5155 ... LOG 1:13 DEBUG REGEXP: .*\\\[['\\\"]has;semicolon['\\\"].*
0 commit comments