Hello, i´m using open rpa in my company to monitoring our application and i want to do a script that if find the element it alarms error/failed. i already done the script to search the element but i don´t know how i can “reverse” this logic. Is there anyone that can help me or tell me if it´s possible?
Is this a windows application or browser application ?
If this is in browser , there is a function you can call on the item you get back from nm.getelement called
WaitForVanish … This will wait until the element disapears ( or timeout ) and then continue.
its a windows application, i used get image to search the element but i dont know how to code to only alarms if find it
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.