Package 

Interface WorkerTarget


  • 
    public interface WorkerTarget
    
                        

    Represents the available domain APIs in Worker targets

    • Method Summary

      Modifier and Type Method Description
      abstract IODomain getIo() Input/Output operations for streams produced by DevTools.
      abstract NetworkDomain getNetwork() Network domain allows tracking network activities of the page.
      abstract TargetDomain getTarget() Supports additional targets discovery and allows to attach to them.
      • Methods inherited from class org.hildan.chrome.devtools.targets.WorkerTarget

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIo

         abstract IODomain getIo()

        Input/Output operations for streams produced by DevTools.

      • getNetwork

         abstract NetworkDomain getNetwork()

        Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.

      • getTarget

         abstract TargetDomain getTarget()

        Supports additional targets discovery and allows to attach to them.