RobotFramework引入AutoItLibrary

1.安装pythonwin32

在下载地址:http://sourceforge.net/projects/pywin32/files/pywin32/找到对应自己python及系统位数的pythonwin32版本,下载并安装pythonwin32。(python的版本可以按照以下步骤查看:cmd->python)

2.安装AutoItLibrary

1)下载:csdn下载地址:http://download.csdn.net/detail/liuheng123456/6236097

2)将上面下载的文件解压,再下载一个64位的AutoItX3.dll,替换...\AutoItLibrary-1.1_x64\3rdPartyTools\AutoIt路径下的32位的dll文件

3)然后以管理员身份【很重要!很重要!很重要!】打开cmd窗口,使得当前目录为AutoItLibrary的存放目录,然后通过cmd命令python setup.py install进行安装。

4)在RIDE中F5查看是否安装成功

3.安装Pillow

以便使用ScreenshotLibrary ,下载地址:http://download.csdn.net/detail/liuheng123456/6235465

你可能感兴趣的:(RobotFramework引入AutoItLibrary)