Class BackgroundServiceEvent

java.lang.Object
org.openqa.selenium.devtools.v85.backgroundservice.model.BackgroundServiceEvent

public class BackgroundServiceEvent extends Object
  • Constructor Details

  • Method Details

    • getTimestamp

      public TimeSinceEpoch getTimestamp()
      Timestamp of the event (in seconds).
    • getOrigin

      public String getOrigin()
      The origin this event belongs to.
    • getServiceWorkerRegistrationId

      public RegistrationID getServiceWorkerRegistrationId()
      The Service Worker ID that initiated the event.
    • getService

      public ServiceName getService()
      The Background Service this event belongs to.
    • getEventName

      public String getEventName()
      A description of the event.
    • getInstanceId

      public String getInstanceId()
      An identifier that groups related events together.
    • getEventMetadata

      public List<EventMetadata> getEventMetadata()
      A list of event-specific information.