I find SpySmith useful for this sort of thing
http://agilethinking.net/qualityforge/spysmith/index.html
e.g. a link in my application is shown as:
Active Element: [A], Frame: [mainFrame/centralFrame], Index: [71]
Release Notes
Trevor
--~--~-~--~~~---~--~~
You
Hello,
You might want to try the Webmetrics watir recorder. Very useful for
creating scripts.
http://www.webmetrics.com/products/script_recorder.html
I'm working on projects that have objects nested inside of frames
that are 3 levels deep.
The downside is that it can't do anything with pop ups
Index can also be used to differentiate b/w the similar objects/
components.
On Jan 4, 6:29 am, "Wilson Xu" wrote:
> Please ignore 'iframe' element in your script code, you can try it again and
> can you post your html source code.
> Wilson
>
> On Wed, Dec 31, 2008 at 6:35 PM, rr wrote:
>
> > H
Please ignore 'iframe' element in your script code, you can try it again and
can you post your html source code.
Wilson
On Wed, Dec 31, 2008 at 6:35 PM, rr wrote:
>
> Hi all,
> I want to know how to write script for nested frame. I want to click
> on object which is a link and it is in nested fr