Uses of Class
org.openqa.selenium.devtools.v114.deviceaccess.model.DeviceId
-
Packages that use DeviceId Package Description org.openqa.selenium.devtools.v114.deviceaccess org.openqa.selenium.devtools.v114.deviceaccess.model -
-
Uses of DeviceId in org.openqa.selenium.devtools.v114.deviceaccess
Methods in org.openqa.selenium.devtools.v114.deviceaccess with parameters of type DeviceId Modifier and Type Method Description 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 DeviceId in org.openqa.selenium.devtools.v114.deviceaccess.model
Methods in org.openqa.selenium.devtools.v114.deviceaccess.model that return DeviceId Modifier and Type Method Description DeviceIdPromptDevice. getId()Constructors in org.openqa.selenium.devtools.v114.deviceaccess.model with parameters of type DeviceId Constructor Description PromptDevice(DeviceId id, java.lang.String name)
-