I am wondering what modules or methods I should use to control a File Upload box from Python. I want Python to take control of this box when it pops up, and automatically navigate to a specific folder/file and select this file.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I used the SendKeys module, which allows you to send keystrokes to Windows. Not perfect, but it works in the meantime.