![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
Dear AA Team. I have a task that I was eager to automate for the last 7 days, it is the following: 1) First this URL needs to be opened http://www.allconferences.com/Science/Engineering/ 2) Secondly I click the title of every conference to pull up detailed information about conferences 3) For example I click http://www.allconferences.com/confer...0080604121329/ 4) I need to extract the data from all the fields of the table, such as: Event, Begins, Ends etc... 5) I need to input that data into a MS SQL Server database/Excel file 6) In this fashion I need to enter information about all the conferences,on the page http://www.allconferences.com/Science/Engineering/ except for those that are situated in the PAST EVENTS section at the bottom of the page, i.e were scheduled to begin at the past dates. So basically as far as I understand AA needs to open first URL, then go through the conference URLs in the list open each conference page and extract conference info for each conference. But I am not sure how to do that. Please help me in automating this task. I am using AA version 4 Thank you, Robert. |
| |||
|
Hello Robert, We have created the task as per your requirement. To run this task, . Please copy attached .atmn file under location, 'C:\...\My Documents\Automation Anywhere\Automation Anywhere\My Tasks' folder. . Copy .xls and .vbs under C:\. . Create three variables, temp, status and title. To create variable please follow below mentioned steps, 1. Go to Tools->Variable Manager in Automation Anywhere. 2. Click on “Add New Variable”. 3. From "Type" dropdown, select "Value". 4. In “Name” field, enter “temp”. 5. In “Value” field enter any value say 'X'. 6. Press “Save”. Press “Ok” 7. Similarly, create other two variables i.e. status and title. Now, run the task and let us know how it goes. |
![]() |
| Thread Tools | |
| Display Modes | |
| |