11-19-2011, 03:45 PM
Add the table in your repository and try the below line:
or
let me know if this doesn't work for you.
Code:
Browser().Page().WebTable("Search Relationships").ChildItem(<row no>,<column no>,"WebElement",0).Click
or
Code:
Browser().Page().WebTable("Search Relationships").ChildItem(<row no>,<column no>,"WebElement",1).Click
let me know if this doesn't work for you.