fayrehouse
12 years agoFrequent Contributor
Control identification property other than ObjectIdentifier
Hi All,
When I record a script, I get a line such as:
Sys.Browser().Page(******).Frame(******).Form(******).Panel("navigation").Link(0).Click();
The "navigation" of the Panel object, and the "0" of the Link are, in both cases, the ObjectIdentifier. However, the Label also has "contentText" that is infinitely more meaningful than "0".
Is there a way, without using the likes of Find Child to achieve something to the effect of
Sys.Browser().Page(******).Frame(******).Form(******).Panel("navigation").Link("My link text on screen").Click();
Cheers
Steve
When I record a script, I get a line such as:
Sys.Browser().Page(******).Frame(******).Form(******).Panel("navigation").Link(0).Click();
The "navigation" of the Panel object, and the "0" of the Link are, in both cases, the ObjectIdentifier. However, the Label also has "contentText" that is infinitely more meaningful than "0".
Is there a way, without using the likes of Find Child to achieve something to the effect of
Sys.Browser().Page(******).Frame(******).Form(******).Panel("navigation").Link("My link text on screen").Click();
Cheers
Steve