tebelorg / RPA-Python

Python package for doing RPA
Apache License 2.0
4.96k stars 669 forks source link

Code ran successfully but mouse did not respond - pending logs and replication #526

Closed woshilaowanga closed 2 months ago

woshilaowanga commented 6 months ago

Snipaste_2024-04-24_17-06-12 There was no change, only a true was returned

kensoh commented 3 months ago

Hi @woshilaowanga, that is unexpected, can you try the following?

  1. run with r.debug(True) and share the rpa_python.log
  2. do something like r.click('image.png') to see if the visual automation engine is working (image.png can be image screenshot of something on your screen)
  3. check the folder r.tagui_location() --> tagui or .tagui folder --> src --> tagui.sikuli --> share the logs there here
kensoh commented 2 months ago

(closing issue for now, but will look out for your reply if any)