Uses of Enum Class
org.openqa.selenium.devtools.v141.backgroundservice.model.ServiceName
Packages that use ServiceName
Package
Description
-
Uses of ServiceName in org.openqa.selenium.devtools.v141.backgroundservice
Methods in org.openqa.selenium.devtools.v141.backgroundservice with parameters of type ServiceNameModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> BackgroundService.clearEvents(ServiceName service) Clears all stored data for the service.static org.openqa.selenium.devtools.Command<Void> BackgroundService.setRecording(Boolean shouldRecord, ServiceName service) Set the recording state for the service.static org.openqa.selenium.devtools.Command<Void> BackgroundService.startObserving(ServiceName service) Enables event updates for the service.static org.openqa.selenium.devtools.Command<Void> BackgroundService.stopObserving(ServiceName service) Disables event updates for the service. -
Uses of ServiceName in org.openqa.selenium.devtools.v141.backgroundservice.model
Methods in org.openqa.selenium.devtools.v141.backgroundservice.model that return ServiceNameModifier and TypeMethodDescriptionstatic ServiceNameServiceName.fromString(String s) BackgroundServiceEvent.getService()The Background Service this event belongs to.RecordingStateChanged.getService()static ServiceNameReturns the enum constant of this class with the specified name.static ServiceName[]ServiceName.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.backgroundservice.model with parameters of type ServiceNameModifierConstructorDescriptionBackgroundServiceEvent(TimeSinceEpoch timestamp, String origin, RegistrationID serviceWorkerRegistrationId, ServiceName service, String eventName, String instanceId, List<EventMetadata> eventMetadata, String storageKey) RecordingStateChanged(Boolean isRecording, ServiceName service)