04-17-2013, 04:02 PM
(This post was last modified: 04-17-2013, 04:03 PM by sumit_sehgal21.)
Hi Basanth,
I am trying to get the value which user enters at the run time in WebEdit box, but using GetCelldata method, I am getting the First Name: (may be some property value of WebEdit.
How can i retrive the entered value (1 column, 2nd row data)?
PFA the table structure.
'GetCelldata
Text = Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").WebTable("First Name:").GetCellData(1, 1)
MsgBox "text contains" & Text
TIA...
I am trying to get the value which user enters at the run time in WebEdit box, but using GetCelldata method, I am getting the First Name: (may be some property value of WebEdit.
How can i retrive the entered value (1 column, 2nd row data)?
PFA the table structure.
'GetCelldata
Text = Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").WebTable("First Name:").GetCellData(1, 1)
MsgBox "text contains" & Text
TIA...