03-12-2008, 04:42 PM
(This post was last modified: 03-12-2008, 04:44 PM by shrutikhungar.)
When i try to access the value of a cell in a webtable which is a disabled textfield, i get the value as "".
Values of row and column are correct. Please help, how to access the value of the disabled textfield in a webtable.
Thanks,
Shruti
Code:
celldata=browser("browser").Page("Page").WebTable("tableBooking").GetCellData(3,2)
Values of row and column are correct. Please help, how to access the value of the disabled textfield in a webtable.
Thanks,
Shruti