标签: python selenium selenium-webdriver file-upload selenium-chromedriver
我尝试使用Selenium WebDriver(Python)上传文件,但我无法上传。 我想将文件上传到这个网站。 https://iotcube.net/process/type/wf1 但是,当我尝试使用'send_keys'发送文件时,它无效。
我在Python中运行该代码:
driver.find_element_by_id('my-awesome-dropzone').send_keys('FilePath')
如何将文件发送到该网站?帮助我。
答案 0 :(得分:0)
如果它是一个基于窗口的文件处理,那么单独的selenium不会锻炼。您必须使用AutoIT或ROBOT。
Can have a look at this