etaoin.dev

(source)
Chrome devtools features
Public Variable Short Description
ajax? (clj) Return true when `request` is XHR.
get-ajax (clj) Have `driver` return a list of XHR (Ajax) HTTP requests made by the browser.
get-performance-logs (clj) Have `driver` return a seq of special performance logs from the dev console.
get-requests (clj) Have `driver` return a list of HTTP requests made by the browser.
logs->ajax (clj) The same as [[logs->requests]] but returns only AJAX requests.
logs->requests (clj) Return list of log entries `logs` converted to requests.
request-done? (clj) Return true when `request` has concluded.
request-failed? (clj) Return true when `request` has failed.
request-success? (clj) Return true when `request` has completed and not failed.