在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
先说下利用了AutoItX3.dll这个API,这个东西没有怎么办,ruby的watir GEM包里自带这个dll。 #加载GEM包 require 'win32ole' #new 对象 @autoit = WIN32OLE.new("AutoItX3.Control") #查找 @autoit.WinActivate("软件控件的标题",'') #启动监听,然后再每天12:00:00 左键点击 100:200坐标的控件 while 1 if Time.now.to_s.scan(/\d{2}\:\d{2}:\d{2}/)[0]=="12:00:00" @autoit.MouseClick "Left",100,200,2 break end end 参考: |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论