Uses of Class
org.openqa.selenium.devtools.v141.backgroundservice.model.EventMetadata
Packages that use EventMetadata
-
Uses of EventMetadata in org.openqa.selenium.devtools.v141.backgroundservice.model
Methods in org.openqa.selenium.devtools.v141.backgroundservice.model that return types with arguments of type EventMetadataModifier and TypeMethodDescriptionBackgroundServiceEvent.getEventMetadata()A list of event-specific information.Constructor parameters in org.openqa.selenium.devtools.v141.backgroundservice.model with type arguments of type EventMetadataModifierConstructorDescriptionBackgroundServiceEvent(TimeSinceEpoch timestamp, String origin, RegistrationID serviceWorkerRegistrationId, ServiceName service, String eventName, String instanceId, List<EventMetadata> eventMetadata, String storageKey)