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