Search found 2 matches
- Sat Apr 18, 2009 4:32 am
- Forum: Technical / Scripting
- Topic: How To Use ClickTag on a Tag with no FRAME, FORM, or TAGNAME
- Replies: 4
- Views: 5127
It appears that the Tag is dynamically generated
I new that it was dynamically generated when I first looked at the source code on the page. The first part of the URL is fixed, the rest of it changes each time I go to the page. What you are saying is that there is no way to capture this tag with web Recorder.
- Thu Apr 16, 2009 9:32 pm
- Forum: Technical / Scripting
- Topic: How To Use ClickTag on a Tag with no FRAME, FORM, or TAGNAME
- Replies: 4
- Views: 5127
How To Use ClickTag on a Tag with no FRAME, FORM, or TAGNAME
I recently installed WebRecorder in order improve the window macro that I am writing. I'm trying to select a tag used for logout. In the passed, I would scan a copy of the logout tag to image, then find its position using the FindImagePos> command. This works, but isn't nearly as fast or reliable as...