Try ordinal identificator "Creation Time"

On Sun, Mar 1, 2009 at 7:41 AM, tom guo <[email protected]> wrote:

> Hello,
> Please read the following script
>
> Set oDesc = Description.Create()
> oDesc("micclass").Value = "Link"
> Set Links =
> Browser("title:=Google").Page("title:=Google").ChildObjects(oDesc)
> Msgbox "Total links: " & Links.Count
>
> Links(3).click
> Browser("title:=.*").back
>
> When the Browser("title:=.*").back is executed, there is a error message:"
> *The "[ Browser ]" object's description matches more than one of the
> objects currently displayed in your application. Add additional properties
> to the object description in order to uniquely identify the object."*
> **
> How can we identify the current browser after *Links(3).click* without
> using additional properties?
>
> Thank you.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to