Skip to content

Instantly share code, notes, and snippets.

@sebv
Created April 24, 2015 10:23
Show Gist options
  • Save sebv/07de8c517ca9d601e7c5 to your computer and use it in GitHub Desktop.
Save sebv/07de8c517ca9d601e7c5 to your computer and use it in GitHub Desktop.
2015/04/24 18:13:21 [007] INFO: Got request /wd/hub/session 162.222.75.179:80 POST http://162.222.75.179:80/wd/hub/session
2015/04/24 18:13:21 map[Accept-Encoding:[identity] Content-Length:[115] Accept:[application/json] User-Agent:[Python-urllib/2.7] Connection:[close] Content-Type:[application/json;charset=UTF-8]]
2015/04/24 18:13:21 [007] INFO: Sending request POST http://162.222.75.179:80/wd/hub/session
2015/04/24 18:13:21 [007] INFO: Received response 401 Unauthorized
2015/04/24 18:13:21 [007] INFO: Copying response to client 401 Unauthorized [401]
2015/04/24 18:13:21 [007] INFO: Copied 265 bytes to client error=<nil>
2015/04/24 18:13:21 [008] INFO: Got request /wd/hub/session 162.222.75.179:80 POST http://162.222.75.179:80/wd/hub/session
2015/04/24 18:13:21 map[Content-Type:[application/json;charset=UTF-8] Authorization:[Basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=] Accept-Encoding:[identity] Content-Length:[115] Connection:[close] Accept:[application/json] User-Agent:[Python-urllib/2.7]]
2015/04/24 18:13:21 [008] INFO: Sending request POST http://162.222.75.179:80/wd/hub/session
2015/04/24 18:13:27 [008] INFO: Received response 200 OK
2015/04/24 18:13:27 [008] INFO: Copying response to client 200 OK [200]
2015/04/24 18:13:27 [008] INFO: Copied 696 bytes to client error=<nil>
2015/04/24 18:13:27 [009] INFO: Got request /wd/hub/session/d2272ddf46eb4c61b9bc7b90900d59c6/timeouts/implicit_wait 162.222.75.179:80 POST http://162.222.75.179:80/wd/hub/session/d2272ddf46eb4c61b9bc7b90900d59c6/timeouts/implicit_wait
2015/04/24 18:13:27 map[Accept-Encoding:[identity] Content-Length:[64] Accept:[application/json] User-Agent:[Python-urllib/2.7] Connection:[close] Content-Type:[application/json;charset=UTF-8]]
2015/04/24 18:13:27 [009] INFO: Sending request POST http://162.222.75.179:80/wd/hub/session/d2272ddf46eb4c61b9bc7b90900d59c6/timeouts/implicit_wait
2015/04/24 18:13:27 [009] INFO: Received response 200 OK
2015/04/24 18:13:27 [009] INFO: Copying response to client 200 OK [200]
2015/04/24 18:13:27 [009] INFO: Copied 77 bytes to client error=<nil>
2015/04/24 18:13:27 [010] INFO: Got request /wd/hub/session/d2272ddf46eb4c61b9bc7b90900d59c6/url 162.222.75.179:80 POST http://162.222.75.179:80/wd/hub/session/d2272ddf46eb4c61b9bc7b90900d59c6/url
2015/04/24 18:13:27 map[Content-Length:[77] Accept:[application/json] User-Agent:[Python-urllib/2.7] Connection:[close] Content-Type:[application/json;charset=UTF-8] Accept-Encoding:[identity]]
2015/04/24 18:13:27 [010] INFO: Sending request POST http://162.222.75.179:80/wd/hub/session/d2272ddf46eb4c61b9bc7b90900d59c6/url
2015/04/24 18:13:31 [010] INFO: Received response 200 OK
2015/04/24 18:13:31 [010] INFO: Copying response to client 200 OK [200]
2015/04/24 18:13:31 [010] INFO: Copied 77 bytes to client error=<nil>
2015/04/24 18:13:31 [011] INFO: Got request /wd/hub/session/d2272ddf46eb4c61b9bc7b90900d59c6/title 162.222.75.179:80 GET http://162.222.75.179:80/wd/hub/session/d2272ddf46eb4c61b9bc7b90900d59c6/title
2015/04/24 18:13:31 map[Accept-Encoding:[identity] Content-Type:[application/json;charset=UTF-8] Connection:[close] Accept:[application/json] User-Agent:[Python-urllib/2.7]]
2015/04/24 18:13:31 [011] INFO: Sending request GET http://162.222.75.179:80/wd/hub/session/d2272ddf46eb4c61b9bc7b90900d59c6/title
2015/04/24 18:13:31 [011] INFO: Received response 200 OK
2015/04/24 18:13:31 [011] INFO: Copying response to client 200 OK [200]
2015/04/24 18:13:31 [011] INFO: Copied 81 bytes to client error=<nil>
2015/04/24 18:13:32 [012] INFO: Got request /wd/hub/session/d2272ddf46eb4c61b9bc7b90900d59c6 162.222.75.179:80 DELETE http://162.222.75.179:80/wd/hub/session/d2272ddf46eb4c61b9bc7b90900d59c6
2015/04/24 18:13:32 map[Accept:[application/json] User-Agent:[Python-urllib/2.7] Accept-Encoding:[identity] Content-Type:[application/json;charset=UTF-8] Connection:[close]]
2015/04/24 18:13:32 [012] INFO: Sending request DELETE http://162.222.75.179:80/wd/hub/session/d2272ddf46eb4c61b9bc7b90900d59c6
2015/04/24 18:13:32 [012] INFO: Received response 200 OK
2015/04/24 18:13:32 [012] INFO: Copying response to client 200 OK [200]
2015/04/24 18:13:32 [012] INFO: Copied 75 bytes to client error=<nil>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment