当我启动脚本时,我在AutoItX3上遇到一些问题,脚本返回未知的ole服务器
click.rb:
require 'win32ole'
WIN32OLE.new("AutoItX3.Control")
我也会跟进此tutorial
答案 0 :(得分:1)
要使用AutoIt中的COM,首先需要使用AutoItX3.dll并将其注册到regsvr32。
从他们的网站https://www.autoitscript.com/site/autoit/安装程序,cd到AutoItX3.dll所在的文件夹并运行regsvr32 AutoItX3.dll
或者,您可以gem install
包含此dll的gem,例如Selenium或rautomation,然后再次注册该dll。