aisingapore / TagUI

Free RPA tool by AI Singapore
Apache License 2.0
5.67k stars 584 forks source link

How to use casper object in tagui script? - no use, check this for visual logs #1376

Closed supercena closed 3 months ago

supercena commented 6 months ago

https://www.baidu.com js begin casper.then(function() { this.mouse.move(400, 300); // moves cursor over coordinates x=400; y=300 }); js finish wait 1000

supercena commented 6 months ago

it not works. the mouse not move. how to debug?

kensoh commented 3 months ago

Hi @supercena the casper object is only used internally. For troubleshooting visual automation, mouse or keyboard, check the tagui\src\tagui.sikuli folder for the logs of the SikuliX engine, which will show the error. I'll close issue for now but do reply back if hit blocker.

supercena commented 3 months ago

thanks

marcelocecin commented 3 months ago

@supercena here is an example of using casper: https://github.com/aisingapore/TagUI/issues/939