Uses of Enum Class
org.openqa.selenium.devtools.v141.browser.model.PermissionType
Packages that use PermissionType
Package
Description
-
Uses of PermissionType in org.openqa.selenium.devtools.v141.browser
Method parameters in org.openqa.selenium.devtools.v141.browser with type arguments of type PermissionTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Browser.grantPermissions(List<PermissionType> permissions, Optional<String> origin, Optional<BrowserContextID> browserContextId) Grant specific permissions to the given origin and reject all others. -
Uses of PermissionType in org.openqa.selenium.devtools.v141.browser.model
Methods in org.openqa.selenium.devtools.v141.browser.model that return PermissionTypeModifier and TypeMethodDescriptionstatic PermissionTypePermissionType.fromString(String s) static PermissionTypeReturns the enum constant of this class with the specified name.static PermissionType[]PermissionType.values()Returns an array containing the constants of this enum class, in the order they are declared.