我正在尝试使用selenium webdriver上传文件。以下是html代码:
<a class="add-doc" onclick="javascript:clickVideo();" href="#">
<input id="file_count" type="hidden" value="0" name="file_count"/>
<input id="profile_id" type="hidden" value="2" name="profile_id"/>
I have tried uploading the file using :
driver.findelement(By.xpath("Xpath of the element")).sendKeys("path to file");
但这不适合我。任何人都可以帮我这个。用户界面是这样的,页面上只有一个按钮,我必须点击它。这将打开一个弹出窗口,从机器上浏览文件。