Class FileHandler
java.lang.Object
org.openqa.selenium.devtools.v140.page.model.FileHandler
- 
Constructor Summary
ConstructorsConstructorDescriptionFileHandler(String action, String name, Optional<List<ImageResource>> icons, Optional<List<FileFilter>> accepts, String launchType)  - 
Method Summary
 
- 
Constructor Details
- 
FileHandler
public FileHandler(String action, String name, Optional<List<ImageResource>> icons, Optional<List<FileFilter>> accepts, String launchType)  
 - 
 - 
Method Details
- 
getAction
 - 
getName
 - 
getIcons
 - 
getAccepts
Mimic a map, name is the key, accepts is the value. - 
getLaunchType
Won't repeat the enums, using string for easy comparison. Same as the other enums below. 
 -