How to call sikuli script QTP script

When we can not achieve certain operations in qtp, you can call sikuli script to achieve, such as right-drag an object elsewhere, identifying a location is not fixed picture elements, such as the mouse to rotate 3D interface, the specific method

Write the following script in QTP:

SystemUtil.Run "Sikuli-IDE.bat","\\172.16.2.109\QTP\sikuli_script\01LoginCheck.skl","D:\Program Files (x86)\sikuli\","",2'

Explanation:

"Sikuli-IDE.bat" for the execution of the program sikuli

"\\ 172.16.2.109 \ QTP \ sikuli_script \ 01LoginCheck.skl" store address sikuli script

"D: \ Program Files (x86) \ sikuli \" directory for the program sikuli

"2" as a way to open the script

Guess you like

Origin www.cnblogs.com/makenboluo/p/11457753.html