While Browser("diagrama").Page("diagrama").Image("file
name:=Asiento_l.jpg", "location:=0").Exist(0)
    Browser("diagrama").Page("diagrama").Image("file
name:=Asiento_l.jpg", "location:=0").Click
Wend



On Tue, Jan 19, 2010 at 8:36 AM, Kishor Kumar <[email protected]> wrote:
>
> Hi,
> Please make use of filename property,to identify 2 variations of the seats.
> and
>  use descriptive programing,to get  collection of filled or
> non filled seats.then select index:0 element from non filled collection
> Set nonFilled=Description.Create
> nonfilled("micclass").value= "image"
> nonFilled("file name").value="Asiento_l.jpg"
>
> set obj=browser().page().fra().childobjects(nonfilled)
> obj(0),set ON
>
> I have given you the sample code,make changes as per your requirement.
> Please let me know,this solution is working are or not.
> Regards,
> Kishor
> On Tue, Jan 19, 2010 at 11:13 AM, Diego Diego <[email protected]> wrote:
>>
>> Ok
>>
>> Attachment images of repository and spy.
>>
>> Thanks
>> --
>> 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
>
>
> --
> 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
>
-- 
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