Page 1 of 1

Add New Trigger Please

Posted: Sun Jun 11, 2017 11:08 am
by WellWisher
Very good update, especially action "FIND AN ELEMENT BY IMAGE", but I would like to have such a TRIGGER.

Re: Add New Trigger Please

Posted: Mon Jun 12, 2017 7:17 am
by Oleg
I'm afraid that such trigger can load processor permanently
I wrote this into or ToDo. Maybe it's possible to optimize something

But pay attention that you can make something right now.
You can check the existence of element by using Find an Element by Image action
Go to Additional parameters tab and uncheck "Generate error... " checkbox and check Save True or False to variable

algorithm of the task will be so:

Code: Select all

Find an Element by Image
If {found} = true then
   Start another task
end if
Attach to this task Cyclic trigger. Suppose every 3 seconds.
This construction will work as trigger you want.

Re: Add New Trigger Please

Posted: Mon Jun 12, 2017 11:00 am
by WellWisher
This is a good idea, but then the action "Find an Element by image" should have the option not to move the mouse to this object.

Re: Add New Trigger Please

Posted: Tue Jun 13, 2017 7:29 am
by Oleg
OK, wrote into our ToDo

Re: Add New Trigger Please

Posted: Wed Jun 21, 2017 9:35 am
by marcolobaido
Hi I would like to propose to add a tolerance range to the action "find by image". Sometimes it doesn't find the image (a java based software's button) and I think that this could be solved introducing a percentage of matching pixels. What do you think?