码迷,mamicode.com
首页 > 其他好文 > 详细

AutoIT 实现Firefox上传文件

时间:2014-09-16 15:38:20      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:blog   io   文件   div   cti   代码   log   on   c   

Firefox浏览器文件上传代码如下:

;upload file
Func _UploadFile($file)
	AutoItSetOption("WinTitleMatchMode", 2)
	
	 WinWaitActive("","", 15);
	 
	If WinActivate("", "") Then
		;MsgBox(64,"hello","have Window!!!")
		ControlSetText("", "", "[CLASS:Edit; INSTANCE:1]", "D:\b.png")
		ControlClick("", "","[CLASS:Button; TEXT:打开(&O)]")
	Else
		Return False
		;MsgBox(64,"hello","No  Window!!!")
	EndIf
	Exit
	
EndFunc
_UploadFile($CmdLine[$CmdLine[0]])

  

AutoIT 实现Firefox上传文件

标签:blog   io   文件   div   cti   代码   log   on   c   

原文地址:http://www.cnblogs.com/yangxia-test/p/3974800.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!