WebDriver Capture

Captures diagnostic information from WebDriver under specified conditions.

Optional Parameters:

  • Collect on failures - if true, collect diagnostics on a failure event
  • Collect on errors - if true, collect diagnostics on an error event
  • Collect on successes - if true, collect diagnostics after every step
  • Collect HTML - if true, capture the HTML of the page (as received from the server)
  • Collect logs - if true, collect the browser/driver log
  • Collect screenshots - if true, collect a screenshot
  • Ignore duplicates - if true, duplicate screenshots will not be recorded