View Single Post
  #1 (permalink)  
Old 03-11-2008, 05:04 AM
blakpawn blakpawn is offline
Junior Member
 
Join Date: Mar 2008
Location: UK
Posts: 7
Default 1st run in with IE & image clicks don't work?

Hi,

Ok today Im trying to use web recorder for the 1st time.
I record a macro which opens a website, clicks a link to a 2nd page then clicks a download link image on the 2nd page.
When I playback the macro, it correctly navigates to page 2 but then doesn't seem to click the correct image and the download isn't initiated.

In the HTML page the image is defined...
<td><a href="loadfile.asp?catid=80&rootid=43&ID=340" target="_new"><img src="../../ISV/images/Buttons/viewfile.gif" border=0></a><br><br></td>
In the Macro the instruction is...
Click on 'http://www.websitexxx.com/loadfile.asp?catid=80&rootid=43&ID=340' image in the webpage 'Title'

But the web page seems to flicker and nothing happens when it executes this step.

I would like the macro to click the image rather than specifying the full url in the macro because the id values may change. Whilst the image link will always be updated to the correct file id. Is it possible to say in the Macro click on image viewfile.gif ?

Can anyone help please ?

Thank you :-)
Reply With Quote