Intelligent Automation & Macro Software  

Go Back   Automation Anywhere, Inc. Forums > Products Zone > Automation Anywhere
Register FAQ Search Today's Posts Mark Forums Read

Automation Anywhere Post messages and questions related to Automation Software here.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-13-2009, 01:32 AM
Christopher McGee Christopher McGee is offline
Junior Member
 
Join Date: Jan 2009
Posts: 6
Exclamation Web Recorder Issue

Hello,

I have created a task that goes to multiple web pages and pulls data. The problem is when navigating through the webpages it has pop-ups where I pull the data from. Since its a pop-up and not a page that AA opened the "Close Browser" Command does not work on the pop-up window.

This normally would't be an issue, I would just use the "Close Window" Command. But for some reason since those windows are not closed properly its causing none of the Web Control Commands to work on the next webpage I goto to pull data.

Is there any work around to this problem?

Thanks,
Chris
Reply With Quote
  #2 (permalink)  
Old 07-13-2009, 04:08 AM
ColinJD ColinJD is offline
Member
 
Join Date: May 2009
Posts: 38
Default

Hi
I have a similar issue with a web site,
In my task, I Have AA turn ON a Popup Blocker just before the PopUp will appear, and then turn it off again.
This is not elegant but it works.
Reply With Quote
  #3 (permalink)  
Old 07-13-2009, 10:52 AM
Christopher McGee Christopher McGee is offline
Junior Member
 
Join Date: Jan 2009
Posts: 6
Default

Hi Colin, Thanks for the reply. But the data I need is on the window that pops up. Do you know any other methods.

Thanks,
Chris.
Reply With Quote
  #4 (permalink)  
Old 07-13-2009, 11:33 AM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,342
Default

Hello Christopher,

You can try this,

. Open browser.
. Navigate to the page having list of links.
. Loop for all the links.
. Click on link to open the pop-up window.
. Extract the data from pop-up window.
. End Loop
. Close pop-up window
. Close browser

Close the pop-up window after you extracted data from all the links on webpage. The pop-up window of next link will override on existing pop-up window. If you could upload your task, we would be able to amend the task and resolve the issue.

Hope that helps.
Reply With Quote
  #5 (permalink)  
Old 01-07-2010, 10:02 AM
TylerMitton TylerMitton is offline
Senior Member
 
Join Date: Nov 2009
Posts: 102
Default

Chris, I'm trying to do something similar to what you were doing here I think. I could use some input if you have a moment.

I open one browser window then click on something that opens a pop up... then I want to get data from the pop up, but I can't. I am trying to use the extract data command but it won't pull from the pop up, it always wants to look at the original browser window I opened up... even though I have specific the URL of the pop-up in the extract data command.

Any input would be great, thanks!

Tyler
Reply With Quote
  #6 (permalink)  
Old 01-07-2010, 12:43 PM
trentonponder trentonponder is offline
Senior Member
 
Join Date: Jan 2009
Posts: 102
Default

You could try Alt-F4 in 'currently active window' using 'insert keystrokes.

That will close the active window.
Reply With Quote
  #7 (permalink)  
Old 01-07-2010, 01:55 PM
TylerMitton TylerMitton is offline
Senior Member
 
Join Date: Nov 2009
Posts: 102
Default

Hi Trenton, thanks for the reply. Not sure if you were responding to me or Chris. I'm trying to figure out how closing the active window will help solve my problem... maybe I wan't clear enough in my description.
Reply With Quote
  #8 (permalink)  
Old 01-07-2010, 06:04 PM
trentonponder trentonponder is offline
Senior Member
 
Join Date: Jan 2009
Posts: 102
Default

Yes, I was replying to Chris.

You usually can launch a browser with a specific URL and then extract data from another as long as it within the same browser window. With a Pop-Up it can be a little tricky.

A few options:

1 - Use CTRL-A, CTRL-C via 'insert keystrokes' to save data to Clipboard. Then use 'string manipulation' to extract the data you need.

2 - If you need to extract data from a table, consider copying and pasting into Excel, then looping through the Excel data. Alternatively, you can extract the source code, save as a local .html file, launch the browser and extract data via looping through an HTML table. If you want to get a bit more exotic, you can write the data to a DB, then loop through an SQL dataset.

3 - Obtain the actual URL of the pop-up and see if it can be launched directly so you can record your task.

4 - If pop-up always goes to the same area on the screen, try using mouse movements.

5 - If you have AA Enterprise with Integration Pack, you can try OCR to obtain your data (again, assuming the data you need is in the same place.

Depending on the actual URL, there are probably several other methods.
Reply With Quote
  #9 (permalink)  
Old 01-07-2010, 11:13 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,342
Default

Hello,

'Extract Data' or 'Extract Table' command can extract the data from pop-up window. Try inserting enough Delay after the action that opens the pop-up window. If you are still getting the error while running the task then please upload your task for us to have a look and provide the solution.

Hope that helps.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -7. The time now is 03:09 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc.
Copyright © 2003-2011 Automation Anywhere, Inc. All rights reserved