![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
I am trying to create an auto responder to craigslist posts.. heres how i view it.. first I think I have to preset some variables for the routine: (city| category | search term |email_location| numpages) lets say (atlanta|services|salon| c:/windows/desktop/CLemail.txt|5) I want the clresponder task to open up craigslist classifieds: jobs, housing, personals, for sale, services, community, events, forums click on "atlanta" then "services" (the first two preset variables) and... then from the services search box it types in my preset search term \"salon\" and a bunch of results come up 100 per page I want the routine to click on the first result... check if the text has an email address, if no go back to results and go to the next result check for email again if yes locate its position and click on it to open up the email client \"ms outlook\" this will create a subject field and email address field for the email from info within the link. then i want the routine to copy my email text (from my preset variables \"email text location\" and paste it into the email body in outlook and click send .. then the routine needs to navigate back to results listing page go to the next result until it reaches the bottom of the first 100 results. then subtract 1 from the numpages variable and reset the numpages variable to the new number. if the numpages now = 0 quit if numpages > 0 do it again. -------------------------------------------------- I know this is easy for you guys, but I am just getting started..... |
| |||
|
Hello, We have created a sample task as per your requirement. To run this task, .Please copy attached task file under location, 'C:\...\My Documents\Automation Anywhere\Automation Anywhere\My Tasks' folder. . Before running this task, create 5 user variables namely, City, Category, Searchterm, Email_location and Numpages. To create a variable, 1. Go to Tools->Variable Manager in Automation Anywhere. 2. Click on “Add New Variable”. 3. In “Name” field, enter “City”. 4. In “Value” field enter value with which you want to initialize the variable say 'atlanta'. 5. Press “Save” 6. Press “Ok” 7. Similarly, create other four variables and initialize them. Hope that helps. |
![]() |
| Thread Tools | |
| Display Modes | |
| |