selenium 上传文件之AutoIt

Posted yanhuidj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium 上传文件之AutoIt相关的知识,希望对你有一定的参考价值。

1.下载地址:https://www.autoitscript.com/site/

 

2.

 

技术图片

 

通过这个进行下面操作

 

技术图片

 

 

3.

技术图片

 

 

 

4.

技术图片

 

 

 

通过这个编写【注意“打开”是你 当前的弹层名字;保存格式为au3,如upload.au3】

;ControlFocus("title","text",controlID) Edit1=Edit instance 1
ControlFocus("打开", "","Edit1")


; Wait 10 seconds for the Upload window to appear
WinWait("[CLASS:#32770]","",10)


; Set the File name text on the Edit field

ControlSetText("打开", "", "Edit1", "C:UsershuiDesktop.zip")

Sleep(2000)

; Click on the Open button

ControlClick("打开", "","Button1");

 

5.

技术图片

 

 

通过这个 把au3 转换为exe

技术图片

 

 

6.在代码中调用

技术图片

 

以上是关于selenium 上传文件之AutoIt的主要内容,如果未能解决你的问题,请参考以下文章

python+selenium+autoit实现文件上传

python+selenium+autoit实现文件上传

selenium+python自动化77-autoit文件上传

selenium+python自动化77-autoit文件上传转载

selenium+java利用AutoIT实现文件上传

Selenium调用AutoIT3上传文件