Package 

Class AuditsDomain


  • 
    public final class AuditsDomain
    
                        

    Audits domain allows investigation of page violations and possible improvements.

    Official doc

    • Method Summary

      Modifier and Type Method Description
      final Flow<AuditsEvent> events() Subscribes to all events related to this domain.
      final Flow<AuditsEvent.IssueAddedEvent> issueAdded() Official doc
      final GetEncodedResponseResponse getEncodedResponse(GetEncodedResponseRequest input) Returns the response body and size if it were re-encoded with the specified settings.
      final Unit disable() Disables issues domain, prevents further issues from being reported to the client.
      final Unit enable() Enables issues domain, sends the issues collected so far to the client by means of the issueAdded event.
      • Methods inherited from class org.hildan.chrome.devtools.domains.audits.AuditsDomain

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait