Uses of Class
org.openqa.selenium.devtools.v112.deviceaccess.model.PromptDevice
-
Packages that use PromptDevice Package Description org.openqa.selenium.devtools.v112.deviceaccess.model -
-
Uses of PromptDevice in org.openqa.selenium.devtools.v112.deviceaccess.model
Methods in org.openqa.selenium.devtools.v112.deviceaccess.model that return types with arguments of type PromptDevice Modifier and Type Method Description java.util.List<PromptDevice>DeviceRequestPrompted. getDevices()Constructor parameters in org.openqa.selenium.devtools.v112.deviceaccess.model with type arguments of type PromptDevice Constructor Description DeviceRequestPrompted(RequestId id, java.util.List<PromptDevice> devices)
-