refactor: use ${DELAY} variable
This commit is contained in:
parent
582b928d27
commit
3624643812
@ -13,8 +13,8 @@ open page and maximize
|
||||
Call Method ${chrome_options} add_argument disable-dev-shm-usage
|
||||
${options}= Call Method ${chrome_options} to_capabilities
|
||||
|
||||
Set Selenium Speed 0.2
|
||||
Open Browser ${URL} browser=${BROWSER} desired_capabilities=${options}
|
||||
Set Selenium Speed ${DELAY}
|
||||
Set Window Size 1920 1080
|
||||
|
||||
Maximize Browser Window
|
||||
|
Reference in New Issue
Block a user