I want to test a file upload but as opposed to the How to Handle File Uploads tutorial, the 'Browse' button in my case isn't an Input element. I've attached a pic of the HTML script of the 'Browse' button: html_script_img and this is how it looks on the website: webpage_img
How can I test a file upload in this case without dealing with the 'Open' explorer window?
Thanks.