File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Create Webdriver With Bad Keyword Argument Dictionary
3030 [Documentation] Invalid arguments types
3131 ${status } ${error } = Run Keyword And Ignore Error Create Webdriver Firefox kwargs={'spam': 'eggs'}
3232 Should Be Equal ${status } FAIL
33- Should Match Regexp ${error } (TypeError: __init__\\(\\) got an unexpected keyword argument 'spam'|kwargs must be a dictionary\.)
33+ Should Match Regexp ${error } (TypeError: WebDriver. __init__\\(\\) got an unexpected keyword argument 'spam'|kwargs must be a dictionary\.)
3434
3535*** Keywords ***
3636Set Driver Variables
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Choose File With Grid From Library Using SL choose_file method
4545
4646Input Text Should Work Same Way When Not Using Grid
4747 [Documentation]
48- ... LOG 1:6 DEBUG GLOB: POST*/session/*/clear {" *
48+ ... LOG 1:6 DEBUG GLOB: POST*/session/*/clear {*
4949 ... LOG 1:9 DEBUG Finished Request
5050 ... LOG 1:10 DEBUG GLOB: POST*/session/*/value*"text": "*
5151 ... LOG 1:13 DEBUG Finished Request
Original file line number Diff line number Diff line change @@ -7,10 +7,9 @@ Test Teardown Close Browser And Reset Page Load Timeout
77*** Test Cases ***
88Should Open Browser With Default Page Load Timeout
99 [Documentation] Verify that 'Open Browser' changes the page load timeout.
10- ... LOG 1.1.1:33 DEBUG REGEXP: POST http://localhost:\\d{2,5}/session/[a-f0-9-]+/timeouts {"pageLoad": 300000}
11- ... LOG 1.1.1:35 DEBUG STARTS: Remote response: status=200
12- # ... LOG 1.1.1:16 DEBUG REGEXP: POST http://localhost:\\d{2,5}/session/[a-f0-9-]+/timeouts {"pageLoad": 300000}
13- # ... LOG 1.1.1:18 DEBUG STARTS: Remote response: status=200
10+ ... LOG 1.1.1:27 DEBUG REGEXP: POST http://localhost:\\d{2,5}/session/[a-f0-9-]+/timeouts {"pageLoad": 300000}
11+ ... LOG 1.1.1:29 DEBUG STARTS: Remote response: status=200
12+ # Note: previous log check was 33 and 37. Recording to see if something is swtiching back and forth
1413 Open Browser To Start Page
1514
1615Should Run Into Timeout Exception
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ Chrome Browser With Selenium Options As String
1515 ... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument("--disable-dev-shm-usage")
1616 ... executable_path=%{WEBDRIVERPATH }
1717
18- Chrome Browser With Selenium Options As String With Attirbute As True
18+ Chrome Browser With Selenium Options As String With Attribute As True
1919 [Documentation]
2020 ... LOG 1:3 DEBUG GLOB: *"goog:chromeOptions"*
2121 ... LOG 1:3 DEBUG GLOB: *args": ["--disable-dev-shm-usage"?*
22- ... LOG 1:3 DEBUG GLOB: *"--headless"*
22+ ... LOG 1:3 DEBUG GLOB: *"--headless=new "*
2323 Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
24- ... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument ( "--disable-dev-shm-usage" ) ; headless = True
24+ ... desired_capabilities=${DESIRED_CAPABILITIES } options=add_argument ( "--disable-dev-shm-usage" ) ; add_argument ( "--headless=new" )
2525 ... executable_path=%{WEBDRIVERPATH }
2626
2727Chrome Browser With Selenium Options With Complex Object
You can’t perform that action at this time.
0 commit comments