Uses of Class
org.openqa.selenium.devtools.v112.deviceaccess.model.RequestId
-
Packages that use RequestId Package Description org.openqa.selenium.devtools.v112.deviceaccess org.openqa.selenium.devtools.v112.deviceaccess.model -
-
Uses of RequestId in org.openqa.selenium.devtools.v112.deviceaccess
Methods in org.openqa.selenium.devtools.v112.deviceaccess with parameters of type RequestId Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>DeviceAccess. cancelPrompt(RequestId id)Cancel a prompt in response to a DeviceAccess.deviceRequestPrompted event.static org.openqa.selenium.devtools.Command<java.lang.Void>DeviceAccess. selectPrompt(RequestId id, DeviceId deviceId)Select a device in response to a DeviceAccess.deviceRequestPrompted event. -
Uses of RequestId in org.openqa.selenium.devtools.v112.deviceaccess.model
Methods in org.openqa.selenium.devtools.v112.deviceaccess.model that return RequestId Modifier and Type Method Description RequestIdDeviceRequestPrompted. getId()Constructors in org.openqa.selenium.devtools.v112.deviceaccess.model with parameters of type RequestId Constructor Description DeviceRequestPrompted(RequestId id, java.util.List<PromptDevice> devices)
-