@@ -9,32 +9,32 @@ Documentation Creating test which would work on all browser is not possible.
9
9
*** Test Cases ***
10
10
Chrome Browser With Selenium Options As String
11
11
[Documentation]
12
- ... LOG 1:14 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
13
- ... LOG 1:14 DEBUG REGEXP: .*args['\\\"]: \\\[['\\\"]--disable-dev-shm-usage['\\\"].*
12
+ ... LOG 1:13 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
13
+ ... LOG 1:13 DEBUG REGEXP: .*args['\\\"]: \\\[['\\\"]--disable-dev-shm-usage['\\\"].*
14
14
Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
15
15
... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument("--disable-dev-shm-usage")
16
16
17
17
Chrome Browser With Selenium Options As String With Attribute As True
18
18
[Documentation]
19
- ... LOG 1:14 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
20
- ... LOG 1:14 DEBUG REGEXP: .*args['\\\"]: \\\[['\\\"]--disable-dev-shm-usage['\\\"].*
21
- ... LOG 1:14 DEBUG REGEXP: .*['\\\"]--headless=new['\\\"].*
19
+ ... LOG 1:13 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
20
+ ... LOG 1:13 DEBUG REGEXP: .*args['\\\"]: \\\[['\\\"]--disable-dev-shm-usage['\\\"].*
21
+ ... LOG 1:13 DEBUG REGEXP: .*['\\\"]--headless=new['\\\"].*
22
22
Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
23
23
... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument ( "--disable-dev-shm-usage" ) ; add_argument ( "--headless=new" )
24
24
25
25
Chrome Browser With Selenium Options With Complex Object
26
26
[Tags] NoGrid
27
27
[Documentation]
28
- ... LOG 1:14 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
29
- ... LOG 1:14 DEBUG REGEXP: .*['\\\"]mobileEmulation['\\\"]: {['\\\"]deviceName['\\\"]: ['\\\"]Galaxy S5['\\\"].*
30
- ... LOG 1:14 DEBUG REGEXP: .*args['\\\"]: \\\[['\\\"]--disable-dev-shm-usage['\\\"].*
28
+ ... LOG 1:13 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
29
+ ... LOG 1:13 DEBUG REGEXP: .*['\\\"]mobileEmulation['\\\"]: {['\\\"]deviceName['\\\"]: ['\\\"]Galaxy S5['\\\"].*
30
+ ... LOG 1:13 DEBUG REGEXP: .*args['\\\"]: \\\[['\\\"]--disable-dev-shm-usage['\\\"].*
31
31
Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
32
32
... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument ( "--disable-dev-shm-usage" ) ; add_experimental_option( "mobileEmulation" , { 'deviceName' : 'Galaxy S5'})
33
33
34
34
Chrome Browser With Selenium Options Object
35
35
[Documentation]
36
- ... LOG 2:14 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
37
- ... LOG 2:14 DEBUG REGEXP: .*args['\\\"]: \\\[['\\\"]--disable-dev-shm-usage['\\\"].*
36
+ ... LOG 2:13 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
37
+ ... LOG 2:13 DEBUG REGEXP: .*args['\\\"]: \\\[['\\\"]--disable-dev-shm-usage['\\\"].*
38
38
${options } = Get Chrome Options
39
39
Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
40
40
... desired_capabilities=${DESIRED_CAPABILITIES } options=${options }
@@ -47,8 +47,8 @@ Chrome Browser With Selenium Options Invalid Method
47
47
48
48
Chrome Browser With Selenium Options Argument With Semicolon
49
49
[Documentation]
50
- ... LOG 1:14 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
51
- ... LOG 1:14 DEBUG REGEXP: .*\\\[['\\\"]has;semicolon['\\\"].*
50
+ ... LOG 1:13 DEBUG REGEXP: .*['\\\"]goog:chromeOptions['\\\"].*
51
+ ... LOG 1:13 DEBUG REGEXP: .*\\\[['\\\"]has;semicolon['\\\"].*
52
52
Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
53
53
... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument("has;semicolon")
54
54
0 commit comments