pydoll
pydoll copied to clipboard
File Upload
Is it possible to upload a file through a file input element? I tried using "send_keys" with the path, similar to how it is done in Selenium, but that use adds the text to the last input that was selected. If you use "click" it actually opens the file dialog but I don't see a way to automate through that.
Thanks
Hi @tuttitech , I hadn't even remembered that feature—thank you so much for pointing it out! I'll prioritize implementing it as soon as possible.
I'll let you know when it's done
+1
Currently need exactly that feature :)