- Harinadha
- Posts : 1
Join date : 2010-12-08
Can any one tell how to automate WebTable in selenium?
Sat Apr 16, 2011 6:38 pm
Can any one tell how to automate WebTable in selenium? - i have a webtable (which has multiple rows and columns ) where i wanna select second row and 2 column.
Do we have any direct method to do that?
Do we have any direct method to do that?
- PriyankaRegular Participant
- Posts : 27
Join date : 2010-10-04
Re: Can any one tell how to automate WebTable in selenium?
Tue Apr 19, 2011 5:02 pm
Did u try selenium.gettable?
eg:
String t = selenium.GetTable("//div[@id='ctl00_cpmid_HomeSaleRanking']/div/table.2.2");
eg:
String t = selenium.GetTable("//div[@id='ctl00_cpmid_HomeSaleRanking']/div/table.2.2");
Permissions in this forum:
You cannot reply to topics in this forum