View Single Post
  #3 (permalink)  
Old 06-12-2008, 04:13 AM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 550
Default

Hello,

Exe's created from task are stand-alone. Exe can run on any machine without the need of software.

To make task independent of mouse clicks,

. If you are working with web application (Internet Explorer) then you can use the 'Web Recorder' tool for web tasks as Web Recorder is ideal for web recording. Web Recorder understands all web controls. If websites change and web controls move, Automation Anywhere will find the correct controls and the task will continue to work. You can use this tool to automate any web tasks like login to websites, search for items, submit forms, update records, automate ERP web front end, extract web data, testing an online application etc.

. If you are working with Windows application then you can use 'Manage Windows Control' command, found under 'Programs/Files/Windows' category. Using this command you can work with windows controls like textbox, drop-down, Check Box, Tree View, Command Button, List Box, Radio Button and Status Bar. You can get the status and set the status of checkbox or radio button, you can click on a command button and much more.

In Addition, Enterprise version offers 'If Image Recognition' command (under Conditions/Loops command category) to find if an image exists within another image either from a file or capture the rectangular area in any window. It also provides a very powerful feature whereby it allows you to click on the image if it is found within the larger image.

Hope that helps.
Reply With Quote