There is obviously no "hover" on a touchscreen eg. of an Android. How do I script to click away from an object.
I tried the script:
Click at "1,1"
but it does not work. Any ideas?
Script to click away from an icon
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Script to click away from an icon
Hi.
Yes, the "click" command simulates a click at a given point, but does not actually move the cursor to that location.
Check out "the screenMouseLoc" in the dictionary.
You can also hide the cursor, I guess.
Craig Newman
Yes, the "click" command simulates a click at a given point, but does not actually move the cursor to that location.
Check out "the screenMouseLoc" in the dictionary.
You can also hide the cursor, I guess.
Craig Newman
Re: Script to click away from an icon
Also, if you're just trying to remove focus from an object you can try
Code: Select all
focus on nothing