Robotframework related issues

Robotframework online documentation:
Home: http://robotframework.org/
Robot wealth of open source libraries: http://robotframework.org/#test-libraries
Selenium2Library help documentation: http://rtomac.github.io/robotframework-selenium2library /doc/Selenium2Library.html

Robotframework shortcut icon set:

  • 1, locate the file executed, C: \ Python27 \ Scripts \ ride.py (start robotframework)
  • 2, right click - properties, change icon, select C: \ Python27 \ Lib \ site-packages \ robotide \ widgets, which has a robot.ico icon

Imported modules Robotframework:

  • 1, if the black for success
  • 2, if the red installation problems, please retry again

Installation AutoItLibrary error

1, the installation is complete still can not import properly AutoItLibrary library, depressed, find the information again, find the need to re-register it autoit of AutoItX3.dll file job.

Use cmd to enter the path AutoItX3.dll file, run the system and the system registration cancellation command:

c:\Python27\Lib\site-packages\AutoItLibrary\lib> regsvr32 /u AutoItX3.dll
c:\Python27\Lib\site-packages\AutoItLibrary\lib> regsvr32 /s AutoItX3.dll

After the successful operation, re-use robotframework import AutoItLibrary library, successfully imported

2, if the following error occurs, indicating that your python install a 64-bit, please go to the official website to download to install autoit3

14633667-5143d8c25bcf15ea.png

Reproduced in: https: //www.jianshu.com/p/21ec78f90ed4

Guess you like

Origin blog.csdn.net/weixin_34162629/article/details/91057434