02-23-2012, 04:46 PM
Hi Friendz,
I am having the same problem, and i have still not got any solution.
Plz help!!
Below is the code snippet.
On running this i am getting error as "Object required". But on running below code am getting proper cell value which i am looking for.
Attach is OR tree.
I am having the same problem, and i have still not got any solution.
Plz help!!
Below is the code snippet.
Code:
set a = Browser("A").Page("B").WebTable("C").WebTable("Item").ChildItem(2,2,"WebElement",0)
b = a.GetROProperty("value")
MsgBox b
On running this i am getting error as "Object required". But on running below code am getting proper cell value which i am looking for.
Code:
MsgBox Browser("Name:=CDD").Page("Title:=CDD").WebTable("name:=Refresh View").WebTable("name:=Ignore").GetCellData(2,2)
Attach is OR tree.