Created
June 19, 2014 23:13
-
-
Save munro/e93a94b84adffcf2d39f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO Response 200 GET /wd/hub/session/1839fbf4-435b-4a73-a75c-8916e461ac7f/alert_text{ state: 'success', | |
sessionId: '1839fbf4-435b-4a73-a75c-8916e461ac7f', | |
hCode: 2068511415, | |
value: 'Image URL', | |
class: 'org.openqa.selenium.remote.Response', | |
status: 0 } | |
HELLO ALERT { state: 'success', | |
sessionId: '1839fbf4-435b-4a73-a75c-8916e461ac7f', | |
hCode: 2068511415, | |
value: 'Image URL', | |
class: 'org.openqa.selenium.remote.Response', | |
status: 0 } | |
LOG → Completed command getAlertText (11 ms) | |
LOG → Completed command pause (5000 ms) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO Request: POST /wd/hub/session/cffcd338-77fc-4ca6-811b-f0f2bd6dffc7/alert_text | |
- data: {"text":"HELLO WORLD"} | |
- headers: {"Content-Type":"application/json; charset=utf-8","Content-Length":22} | |
INFO Response 200 POST /wd/hub/session/cffcd338-77fc-4ca6-811b-f0f2bd6dffc7/alert_text{ state: 'success', | |
sessionId: 'cffcd338-77fc-4ca6-811b-f0f2bd6dffc7', | |
hCode: 1087800771, | |
value: null, | |
class: 'org.openqa.selenium.remote.Response', | |
status: 0 } | |
LOG → Completed command setAlertText (7 ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment