gpt4 book ai didi

firefox - 如何在 Selenium 测试中使用firefoxdriver上传文件

转载 作者:行者123 更新时间:2023-11-28 20:46:40 25 4
gpt4 key购买 nike

我想在我的应用程序中使用 firefox 中的 selenium 代码上传一个 gif 文件,我有以下文件输入类型:

<input id="file" type="file" size="27" value="Attach document" onclick="javascript:return     processAttachment();" name="file">

我试过这段代码:

driver.findElementByName("file").sendKeys("E:/plus.GIF");
driver.findElementByName("file").click();

但是它不工作,而是打开了一个文件上传窗口,任何人都可以帮助我摆脱它。请

谢谢

最佳答案

用这一行 driver.findElementByName("file").click();您正在“尝试”单击您键入文本的字段。它应该是 driver.findElementByName("NAME OF THE SUBMIT BUTTON").click();

关于firefox - 如何在 Selenium 测试中使用firefoxdriver上传文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6732825/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com