Add New Trigger Please

Discuss RoboTask here
Post Reply
WellWisher
Posts: 18
Joined: Mon Sep 26, 2016 10:29 am

Add New Trigger Please

Post by WellWisher »

Very good update, especially action "FIND AN ELEMENT BY IMAGE", but I would like to have such a TRIGGER.
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Add New Trigger Please

Post 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.
Oleg Yershov
WellWisher
Posts: 18
Joined: Mon Sep 26, 2016 10:29 am

Re: Add New Trigger Please

Post 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.
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Add New Trigger Please

Post by Oleg »

OK, wrote into our ToDo
Oleg Yershov
marcolobaido
Posts: 70
Joined: Thu Jul 02, 2015 3:54 pm

Re: Add New Trigger Please

Post 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?
Post Reply