Collections:
Log Messages from MicrosoftWebDriver
What log messages are generated from the MicrosoftWebDriver server?
✍: FYIcenter.com
If you started the MicrosoftWebDriver server with the "--verbose"
option, you should see log messages in the console as shown below:
1. Log messages after received the "POST /session" request:
[...] - Received a request: POST http://localhost:17556/session [...] - {... request JSON message } [...] - Response: {... response JSON message }
2. Log messages after received the "POST /session/{id}/url" request:
[...] - Received a request: POST http://localhost:17556/session/936A.../url [...] - {"url": "http://sqa.fyicenter.com"} [...] - Response: {"sessionId":"936A2C88-D144-49B9-B11E-F455816E7D3A", "status":0,"value":null}
Â
⇒ Microsoft Old Edge WebDriver Server
⇠Load Web Page in MicrosoftWebDriver Session
⇑ WebDriver and WebDriver Servers
⇑⇑ Selenium Tutorials
2021-05-04, 1935👍, 1💬
Popular Posts:
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...
How to validate email address format? In order to help your programming or testing tasks, FYIcenter....
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups"...
How to perform UUDecode (Unix-to-Unix Decode)? UUEncode is Unix-to-Unix encoding used on Unix system...
How to valid IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has d...