06-03-2008, 09:03 AM
(This post was last modified: 06-03-2008, 09:05 AM by yogendrasr.)
Hi all,
I want to fetch dynamically changing data such as a share price by using GetROproperty.
I have tried the following code:
This is just giving me the msgbox with text "The price is"
What else do I need to check? Any ideas on this?
I want to fetch dynamically changing data such as a share price by using GetROproperty.
I have tried the following code:
Code:
Dim LTP
LTP=Browser("Browser").Page("Page").Frame("Frame1").WebElement("WebTable").GetROProperty("innertext")
msgbox ("The Price is " <P)
This is just giving me the msgbox with text "The price is"
What else do I need to check? Any ideas on this?