Selenium Python 作为语言的 AutoIT 文件上传步骤

AutoIT file upload steps in Selenium Python as language

提问人:Goutham 提问时间:11/16/2023 更新时间:11/16/2023 访问量:12

问:

我想知道在 Selenium Python 语言中使用 Auto IT 进行文件上传活动的步骤。

  1. 使用 AutoIT 为 Selenium Python 进行文件上传活动要安装的先决条件包是什么
  2. 运行步骤(如 Selenium Python 语言中的语法)来执行文件上传活动。

提前感谢您的支持。

我获得了在 Selenium Java 和 C# 中使用 AutoIT 上传文件的解决方案,但无法获得 Selenium Python 的解决方案。 因此,我提出这个要求。或任何其他可能的解决方案,适用于使用Selenium Python作为语言的文件上传(从Windows)感兴趣。

selenium-webdriver 文件上传

评论

0赞 Community 11/17/2023
请提供足够的代码,以便其他人可以更好地理解或重现问题。
0赞 Goutham 11/17/2023
嗨,对于selenium Java中的文件上传活动,我可以使用下面的代码片段//下面的行执行AutoIT脚本。运行时.getRuntime().exec(“E:\\AutoIT\\FileUpload.exe”);但上面的行指的是 Selenium Java 代码。我想知道 Selenium Python 代码,用于在网站上进行相同的文件上传活动,一旦我们单击“浏览”按钮,就会打开一个 Window 对象。如果解决方案存在于 selenium python 中,那么在 python w.r.t selenium 中安装的先决条件包中有什么。提前致谢。

答: 暂无答案