@@ -13,6 +13,7 @@ Chrome Browser With Selenium Options As String
1313 ... LOG 1:3 DEBUG GLOB: *args": ["--disable-dev-shm-usage"?*
1414 Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
1515 ... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument("--disable-dev-shm-usage")
16+ ... executable_path=%{WEBDRIVERPATH }
1617
1718Chrome Browser With Selenium Options As String With Attirbute As True
1819 [Documentation]
@@ -21,6 +22,7 @@ Chrome Browser With Selenium Options As String With Attirbute As True
2122 ... LOG 1:3 DEBUG GLOB: *"--headless"*
2223 Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
2324 ... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument ( "--disable-dev-shm-usage" ) ; headless = True
25+ ... executable_path=%{WEBDRIVERPATH }
2426
2527Chrome Browser With Selenium Options With Complex Object
2628 [Tags] NoGrid
@@ -30,6 +32,7 @@ Chrome Browser With Selenium Options With Complex Object
3032 ... LOG 1:3 DEBUG GLOB: *args": ["--disable-dev-shm-usage"?*
3133 Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
3234 ... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument ( "--disable-dev-shm-usage" ) ; add_experimental_option( "mobileEmulation" , { 'deviceName' : 'Galaxy S5'})
35+ ... executable_path=%{WEBDRIVERPATH }
3336
3437Chrome Browser With Selenium Options Object
3538 [Documentation]
@@ -38,11 +41,13 @@ Chrome Browser With Selenium Options Object
3841 ${options } = Get Chrome Options
3942 Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
4043 ... desired_capabilities=${DESIRED_CAPABILITIES } options=${options }
44+ ... executable_path=%{WEBDRIVERPATH }
4145
4246Chrome Browser With Selenium Options Invalid Method
4347 Run Keyword And Expect Error AttributeError: 'Options' object has no attribute 'not_here_method'
4448 ... Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
4549 ... desired_capabilities=${DESIRED_CAPABILITIES } options=not_here_method("arg1")
50+ ... executable_path=%{WEBDRIVERPATH }
4651
4752
4853Chrome Browser With Selenium Options Argument With Semicolon
@@ -51,3 +56,4 @@ Chrome Browser With Selenium Options Argument With Semicolon
5156 ... LOG 1:3 DEBUG GLOB: *["has;semicolon"*
5257 Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
5358 ... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument("has;semicolon")
59+ ... executable_path=%{WEBDRIVERPATH }
0 commit comments