Package org.openqa.selenium.devtools.v122.target.model


package org.openqa.selenium.devtools.v122.target.model
  • Classes
    Class
    Description
    Issued when attached to target because of auto-attach or `attachToTarget` command.
    Issued when detached from target for any reason (including `detachFromTarget` command).
    A filter used by target query/discovery/auto-attach operations.
    Notifies about a new protocol message received from the session (as reported in `attachedToTarget` event).
     
    Unique identifier of attached debugging session.
    Issued when a target has crashed.
    The entries in TargetFilter are matched sequentially against targets and the first entry that matches determines if the target is included or not, depending on the value of `exclude` field in the entry.