I am trying to upload files to a website, that has a drop box area to upload files, I tried element.click() and it shows windows pop up to choose file, and when I tried element.send_keys('path') it raise Message: element not interactable, how to approach this problem.
here is the website: http://shareclips.net
Thanks in advance.