qahive / robotframework-puppeteer

Puppeteer Web testing library for Robot Framework
Apache License 2.0
58 stars 14 forks source link

Request for complex file upload support #177

Closed sss2sssss closed 2 years ago

sss2sssss commented 2 years ago

Is your feature request related to a problem? Please describe. Currently we faced some issue for custom made multiple file upload interface where the file input is hidden image image The "Upload File" keyword will not working on this condition (if we try to use external layer it will show Error: Node is not an HTMLInputElement; if we targeting on the file input it will waiting the field to visible until timeout)

Describe the solution you'd like I think we need to have some sort of complex file upload mechanism (maybe add option on "Upload File" keyword)

Describe alternatives you've considered Or maybe completely different keyword on this

Additional context Refer to the screenshot attached above

atthaboon commented 2 years ago

Fix under v3.1.10