Automation
lk5423968
Everything will be better, and better, just clam down do my best to accumulate
展开
-
Selenium---Open Browser(Java Code)
Note: All related information in this link:http://seleniumhq.org/docs/05_selenium_rc.jsp#starting-the-browserimport com.thoughtworks.selenium.DefaultSelenium;import com.thoughtworks.selenium原创 2013-01-22 01:01:16 · 983 阅读 · 0 评论 -
AutoHotkey 命令列表
常用的命令。(由于我是从翻译文档中直接复制过来,因此链接无效!)命令相关描述{ ... }表示一个陈诉块。陈诉块通常用于 函数(functions), (否则)Else, (循环)Loop, 以及IF-命令AutoTrim决定表达式 SetEnv and "var = value" 是否删除字串开头和结尾处的空格和空位。原创 2014-10-03 11:42:01 · 1806 阅读 · 0 评论 -
AutoHotKey 常用命令及示例
一、示例(自动打开QQ声音)Loop ;循环体{WinWait, 与 qq009 交谈中,IfWinNotActive, 与 qq009 交谈中, , WinActivate, 与 qq009 交谈中,WinWaitActive, 与 qq009 交谈中,Controlclick,Button36 ;接受请求Sleep, 500Control, Check,true原创 2014-10-03 11:43:21 · 3340 阅读 · 0 评论 -
TookKit-autohotkey_Simple automation of Windows and programs
The open-source tool AutoHotkey sends several tools into retirement. It unites hotkey and text macros and offers a scripting-language, which is more powerful than every batch-file and easier to lear翻译 2014-10-03 14:27:23 · 999 阅读 · 0 评论 -
WinIO驱动级模拟键盘 C#
http://blog.csdn.net/bbwfang/article/details/8173749#comments转载 2014-10-03 17:08:26 · 2766 阅读 · 0 评论