Uses of Class
org.openqa.selenium.devtools.v141.deviceaccess.model.RequestId
Packages that use RequestId
Package
Description
-
Uses of RequestId in org.openqa.selenium.devtools.v141.deviceaccess
Methods in org.openqa.selenium.devtools.v141.deviceaccess with parameters of type RequestIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> DeviceAccess.cancelPrompt(RequestId id) Cancel a prompt in response to a DeviceAccess.deviceRequestPrompted event.static org.openqa.selenium.devtools.Command<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.v141.deviceaccess.model
Methods in org.openqa.selenium.devtools.v141.deviceaccess.model that return RequestIdConstructors in org.openqa.selenium.devtools.v141.deviceaccess.model with parameters of type RequestId