Class FileChooserOpened
java.lang.Object
org.openqa.selenium.devtools.v140.page.model.FileChooserOpened
Emitted only when `page.interceptFileChooser` is enabled.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionFileChooserOpened(FrameId frameId, FileChooserOpened.Mode mode, Optional<BackendNodeId> backendNodeId)  - 
Method Summary
Modifier and TypeMethodDescriptionInput node id.Id of the frame containing input node.getMode()Input mode. 
- 
Constructor Details
- 
FileChooserOpened
public FileChooserOpened(FrameId frameId, FileChooserOpened.Mode mode, Optional<BackendNodeId> backendNodeId)  
 - 
 - 
Method Details
- 
getFrameId
Id of the frame containing input node. - 
getMode
Input mode. - 
getBackendNodeId
Input node id. Only present for file choosers opened via an `` element. 
 -