05-21-2012, 11:17 AM
Hi Anil,
Yeah for us to acheive this, we may try as shown below
Regards,
Ravi
Yeah for us to acheive this, we may try as shown below
Code:
allitems=browser().page().WebList().getRoProperty("allitems")
IF instr(allitems,"one")<>0 Then 'where "one" is an item you are looking for
'perform the action you want to
End IF
Regards,
Ravi