Selenium test file upload #1140
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
I have built a project which uses your library, and I am trying to run frontend integration tests on it using Selenium in Python. The problem is that I am not sure how I can automate the file upload process for your library?
Could you please offer any advice on where I should start? I have seen that for a normal form, I should manually fill in the path to the local files, but it is unclear how I should do this for ng2-file-upload.
Thank you so much for your time!
I realized that the upload element has an input with type file. Here is how I accessed it: