#coding:utf-8
kw = input(u"请输入您要搜索的关键字:")
#openAPP('C:\Users\ceshi\AppData\Local\Google\Chrome\Application\chrome.exe')
doubleClick("asm.png")
wait("fEDi.png")
type(Key.CTRL)
type('www.baidu.com')
type(Key.TAB)
sleep(1)
type(kw)
type(Key.ENTER)
转载于:https://www.cnblogs.com/51testing/p/7728328.html