View Single Post
  #1 (permalink)  
Old 04-24-2008, 03:10 AM
NealO NealO is offline
Junior Member
 
Join Date: Apr 2008
Posts: 6
Question Web recording and documentation issues

New to AA and strugling a bit. Can't find any decent docs, the pdf manual seems full of holes - am I looking in the wrong place?

I'm trying to automate some web downloads. The web page has a text box at the top of the page that changes size and shifts the items below it accordingly - hence every time I loop I get errors because xy coordinates of controls change.

When I try using web recorder I also get unpredictable results. When I do a selection on a combo box on the web page maually then this also forces a requery on the page. When I do this by recorded automation in web recorder the requery does not happen, even if I insert a delay... (It does work if I use ordinary record but the xy position of the control changes when I loop).

Any help/advice/ideas?

Neal
Reply With Quote