Class PromptDevice
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.deviceaccess.model.PromptDevice
-
public class PromptDevice extends java.lang.Object
Device information displayed in a user prompt to select a device.
-
-
Constructor Summary
Constructors Constructor Description PromptDevice(DeviceId id, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceId
getId()
java.lang.String
getName()
Display name as it appears in a device request user prompt.
-