Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Identify WebElement and Click?
#2
Not Solved
Hi Manish,

As per my perspective on your requirement, suggest you to try in the below way Smile

Code:
Expected_User="Skanda"
   Users_List=Browser().Page().WebTable("Users").GetCellData(2,2)
   temp=Split(Users_List, " ")
   For i=lbound(temp) to Ubound(temp)
        If (Expected_User=temp(i)) then
             Index_Val=i
       Browser().Page().WebTable("Users").ChildItem(2,2,"WebElement",Index_Val).Click
    Exit for
        End if
  Next
Reply


Messages In This Thread
RE: Identify WebElement and Click? - by sreekanth chilam - 08-06-2010, 06:38 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)