![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
Hello, You can use OCR or Application Integration command to get data off from any screen into Automation Anywhere variable. You can use this variable in loop. If you can elaborate your requirement, we have help you more witha specific sample task. |
| |||
|
hi, thanks for the response. here's the situation. we run reports off a server using remote desktop. because it's an session i cant pick specific data, so i have to rely on the ocr command. when the report runs, the status bar changes from "accessing database" (while running) or "for help, press f1" (report is done running). i was trying to create a loop while status bar not "for help" delay 200 and recapture the ocr again. so here is my question. whenever the ocr command is triggered, does it automatically recaptures the area i first captured to created it? or does it keep the data it was originally captured? anyway, the loop just goes on forever and it never ends. the strange thing is, it worked the first time i ran it.. but havent since then. thanks for your help! |
| |||
|
Hello, OCR command can extract the data in real time. You can use Loop While $variable$ includes "accessing database" or Loop While $variable$ does not include "for help, press f1" to wait until the report is done. We have created a sample task for your reference. To run this task, . Please copy it under location, 'C:\...\My Documents\Automation Anywhere\Automation Anywhere\My Tasks' fol der. . Before running this task, keep http://www.tethyssolutions.com/default.htm open. In this task, OCR command would capture the scrolling area on website and would look for text, "35 things" in it. As soon as the word is found task will come out of the loop. Hope that helps. |
![]() |
| Thread Tools | |
| Display Modes | |
| |