![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
We are presented with a list of files, all uniquely named, on a remote website. Using the extract from internet table we can easily loop through the files presented within the list. The question is, how can a particular file name be left mouse-clicked one time? See the image attached, how can the filename be clicked? Using the table values it is easy to determine which file to click, but, we have tried using the 'name', 'URL', and 'index' type advanced search options but the wrong file name is continuously selected by the control. We are using the 'Web Recorder', 'Manage Web Controls' control. Please advise. |
| |||
|
Here are the Java links that execute the file download. Question is, how can this URL be executed within Automation Anywhere? Can 'Manage Web Controls' handle this situation? Please advise. FIRST FILE: javascript:{if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate()) __doPostBack('dnn$ctr371$DownloadSearchPage$Search Page$Datalist$_ctl3$Select','')} SECOND FILE: javascript:{if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate()) __doPostBack('dnn$ctr371$DownloadSearchPage$Search Page$Datalist$_ctl4$Select','')} THIRD FILE: javascript:{if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate()) __doPostBack('dnn$ctr371$DownloadSearchPage$Search Page$Datalist$_ctl5$Select','')} FOURTH FILE: javascript:{if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate()) __doPostBack('dnn$ctr371$DownloadSearchPage$Search Page$Datalist$_ctl6$Select','')} |
| |||
|
Hello, What we understand, you have list of links on a webpage and you want to click on it one by one. Am I correct? In that case, what you can do is, using Extract Table command get all the links in a CSV file. Now, insert 'Loop for each row in an IE table' command and inside loop put 'Manage Web Controls' command to click on particular link. Edit 'Manage Web Controls' command to replace the actual link name with $Table Column()$ variable. We have attached a sample task for your reference. Please copy it under location, 'C:\...\My Documents\Automation Anywhere\Automation Anywhere\My Tasks' folder. Hope that helps. |
| |||
|
Thank you for the sample. Now my question is how to manuever a 'Save As' Windows dialogue? Please see the image below, I need to set the Path, and FileName, and then click the 'Save' button; these values will preferably be found within variables. It is my understanding this 'Save As' window will be displayed in a random position depending upon the monitor resolution of the user, so I am reluctant to use the mouse x,y coordinates to click buttons, and there is no URL for this window as far as I can see so I am guessing that the 'Web Recorder' control may not be the best choice. Your recommendation is requested. Thank you. |
| |||
|
Hello, You can use Manage Windows Controls command in the Task Editor to select the items in the drop downs or directly writing to the text boxes. this way you don't have to worry about the Save as window appearing at different locations. Also, you can use keystrokes to type in the values and use TAB to move to the next field and eventually hit Enter once you are on Save button. Hope that helps. |
![]() |
| Thread Tools | |
| Display Modes | |
| |