Uses of Class
org.openqa.selenium.devtools.v107.network.model.ServiceWorkerResponseSource
-
Packages that use ServiceWorkerResponseSource Package Description org.openqa.selenium.devtools.v107.network.model -
-
Uses of ServiceWorkerResponseSource in org.openqa.selenium.devtools.v107.network.model
Methods in org.openqa.selenium.devtools.v107.network.model that return ServiceWorkerResponseSource Modifier and Type Method Description static ServiceWorkerResponseSourceServiceWorkerResponseSource. fromString(java.lang.String s)static ServiceWorkerResponseSourceServiceWorkerResponseSource. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceWorkerResponseSource[]ServiceWorkerResponseSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v107.network.model that return types with arguments of type ServiceWorkerResponseSource Modifier and Type Method Description java.util.Optional<ServiceWorkerResponseSource>Response. getServiceWorkerResponseSource()Response source of response from ServiceWorker.
-