Class DeviceRequestPrompted
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.deviceaccess.model.DeviceRequestPrompted
-
public class DeviceRequestPrompted extends java.lang.ObjectA device request opened a user prompt to select a device. Respond with the selectPrompt or cancelPrompt command.
-
-
Constructor Summary
Constructors Constructor Description DeviceRequestPrompted(RequestId id, java.util.List<PromptDevice> devices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PromptDevice>getDevices()RequestIdgetId()
-
-
-
Constructor Detail
-
DeviceRequestPrompted
public DeviceRequestPrompted(RequestId id, java.util.List<PromptDevice> devices)
-
-
Method Detail
-
getId
public RequestId getId()
-
getDevices
public java.util.List<PromptDevice> getDevices()
-
-