Buenas, tengo un problema, no sé como hacer un IF en el cual busque en chrome una imagen que yo le indique, y si la encuentra pinche en un botón y si no que continue con la tarea y no se quede parado y de error, a ver si alguien me puede ayudar, gracias de antemano.
if you are using Modern activities use Check App State
if image found then actions on target appears other wise on does not appear side
Classic
Use element exists activity which will give you boolen value (true or false )
now use if activity with the result from above
Hope this helps
Regards
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.