IFrameElement.get_files#
- IFrameElement.get_files(with_content=True)#
Gets uploaded files from element.
This method is useful when uploading files using
<input type="file">element.- Parameters:
with_content (bool, default=True) – If
True, the contents of the files will be included in the output.- Return type:
list(dict)