Class FileChooserOpened
- java.lang.Object
-
- org.openqa.selenium.devtools.page.model.FileChooserOpened
-
public class FileChooserOpened extends java.lang.Object
Emitted only when `page.interceptFileChooser` is enabled.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileChooserOpened.Mode
-
Constructor Summary
Constructors Constructor Description FileChooserOpened(FrameId frameId, BackendNodeId backendNodeId, FileChooserOpened.Mode mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendNodeId
getBackendNodeId()
Input node id.FrameId
getFrameId()
Id of the frame containing input node.FileChooserOpened.Mode
getMode()
Input mode.
-
-
-
Constructor Detail
-
FileChooserOpened
public FileChooserOpened(FrameId frameId, BackendNodeId backendNodeId, FileChooserOpened.Mode mode)
-
-
Method Detail
-
getFrameId
@Beta public FrameId getFrameId()
Id of the frame containing input node.
-
getBackendNodeId
@Beta public BackendNodeId getBackendNodeId()
Input node id.
-
getMode
public FileChooserOpened.Mode getMode()
Input mode.
-
-