04-29-2011, 12:08 PM
Hi,
I could not find any issue here... i thought there could be a typo in the vairable name.. but it is correct only.
Please try this .. You would see 2 message boxes..both should display same value...
I could not find any issue here... i thought there could be a typo in the vairable name.. but it is correct only.
Please try this .. You would see 2 message boxes..both should display same value...
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")
Dim innertextvalue
innertextvalue= link_item.GetROProperty("innertext")
msgbox innertextvalue