10-31-2011, 09:00 PM
Hi Ankesh,
My intention is to capture dynamic output values from a web page using descriptive programming. I was trying following way-
But, I am not able to capture that value in data table or any variable. I have enclosed the screenshot of properties and values of that object.
Regards,
Azad
My intention is to capture dynamic output values from a web page using descriptive programming. I was trying following way-
Code:
Datatable.GlobalSheet.AddParameter"MPI",""
DataTable("MPI","Global")= Browser("micclass:=Browser").Page("micclass:=Page").WebElement("html tag:=H3","outerhtml:=<H3>$2,997.75</H3>").GetRoProperty("innertext")
But, I am not able to capture that value in data table or any variable. I have enclosed the screenshot of properties and values of that object.
Regards,
Azad