selectFileUploadInputElement method
Selects the FileUploadInputElement elements (<input type="file">
).
Implementation
List<FileUploadInputElement> selectFileUploadInputElement() =>
querySelectorAllTyped<FileUploadInputElement>("input[type='file']");