12-09-2009, 04:31 PM
Hi Sreekanth,
below is Caze code statement
he is passing Index as "0" no matter how many webedit objects are there in cell.
it will consider object with index 0 only.
below is Caze code statement
Code:
set a = Browser("B").Page("P").WebTable("WT:").ChildItem(2, 1, "WebEdit", 0)
he is passing Index as "0" no matter how many webedit objects are there in cell.
it will consider object with index 0 only.