12-15-2009, 06:41 PM
Hi Amoghrane,
Your above code looks a bit strange to me !
-> this will return a WebElement from the cell(1,1) and once its retured you are using "GetCellData" method which infact is not applicable for "WebElement" Object class.
Hope you too agree with the above ?
Your above code looks a bit strange to me !
Code:
Browser().page().Webtable().ChildItem(1,1,"WebElement",0)
Hope you too agree with the above ?