AutoItX3加载错误
AutoItX3 load error
当我启动脚本时,我在 AutoItX3 上遇到一些问题,脚本 return 未知的 ole 服务器
click.rb:
require 'win32ole'
WIN32OLE.new("AutoItX3.Control")
错误:
我也在跟进这个tutorial
为了使用 AutoIt 的 COM,您首先需要 AutoItX3.dll 并使用 regsvr32 注册它。
从他们的网站 https://www.autoitscript.com/site/autoit/ 安装程序,cd 到 AutoItX3.dll 和 运行 regsvr32 AutoItX3.dll
所在的文件夹
或者,您可以 gem install
包含此 dll 的 gem,例如 Selenium 或 rautomation,然后再次注册该 dll。
当我启动脚本时,我在 AutoItX3 上遇到一些问题,脚本 return 未知的 ole 服务器
click.rb:
require 'win32ole'
WIN32OLE.new("AutoItX3.Control")
错误:
我也在跟进这个tutorial
为了使用 AutoIt 的 COM,您首先需要 AutoItX3.dll 并使用 regsvr32 注册它。
从他们的网站 https://www.autoitscript.com/site/autoit/ 安装程序,cd 到 AutoItX3.dll 和 运行 regsvr32 AutoItX3.dll
所在的文件夹
或者,您可以 gem install
包含此 dll 的 gem,例如 Selenium 或 rautomation,然后再次注册该 dll。