This module provides a direct mapping of CDP events and commands for v1.3 (stable) of the Log Domain.
Provides access to log entries.
Procs
proc disableLogDomain(context: Browser | Tab): owned(Future[void]) {. ...stackTrace: false.}
-
Disables log domain, prevents further log entries from being reported to the client.
proc enableLogDomain(context: Browser | Tab): owned(Future[void]) {. ...stackTrace: false.}
-
Enables log domain, sends the entries collected so far to the client by means of the entryAdded notification.
proc startViolationsReport(context: Browser | Tab; config: JsonNode): owned( Future[void]) {....stackTrace: false.}
-
start violation reporting.
proc stopViolationsReport(context: Browser | Tab): owned(Future[void]) {. ...stackTrace: false.}
-
Stop violation reporting.