04-29-2011, 10:29 AM
Code:
Set link_item = Browser("ClaimCenter v6.0.x").Page("Reserves").Frame("Set Reserves").WebTable("Page Number Table").ChildItem(1,2,"Link",0)
msgbox link_item.GetROProperty("innertext")
The following line above outputs the value "Next"
Dim innertextvalue
innertextvalue = link_item.GetROProperty("innertext")
msgbox innertextvalue
This time the msgbox outputs blank.
Can someone please tell me what I am doing wrong. Why is the innertext not being saved to the innertextvalue?
Appreciate your help!!