Skip to content

Proxying session logs

Similarly to video files Ggr gives you an ability to view Selenium session logs.

  1. To download a log file via Ggr send the following request:

    Terminal window
    curl -o log-file.log http://ggr-host.example.com:4444/logs/<ggr-test-session-id>
  2. To delete log file via Ggr just change HTTP method to DELETE:

    Terminal window
    curl -X DELETE http://ggr-host.example.com:4444/logs/<ggr-test-session-id>