02-11-2009, 12:21 PM
Hi All,
i want to fech data from the web table which is displayed.
I am using following code to read the value from the table.
The problem is that I am getting webtable as WebElement("WebTable"). due to which I am unable to use getCelldata to get the data from the Webtable.
Can anyone please help me to solve this problem?
Thanks,
Sachin
i want to fech data from the web table which is displayed.
I am using following code to read the value from the table.
Code:
DataTable("date", dtGlobalSheet) = Browser("Browser").Page("Page").Frame("Frame1").WebElement("WebTable").GetROProperty("text")
Can anyone please help me to solve this problem?
Thanks,
Sachin