why you have change the code inside function. I mean ur using childObjects outside wheras u r using index in function.
Sent from Samsung Mobile -------- Original message -------- From: Wajahat Awan <[email protected]> Date: To: [email protected] Subject: Wanted to getroproperty of an object using function. I wanted to getroproperty of an object using function when i use descriptive it works fine: Set d=description.Create d("micclass").value="WebElement" d("html id").value="currentDisplayMSRP" Set obj=browser("title:=.*").page("title:=.*").childobjects(d) msgbox obj.count msgbox obj(0).getroproperty("innertext") But when i create a function it doesn't show the value Function Text_Check1(fText) i=0 Set myp=Browser("title:=.*").page("title:=.*") Set myo=description.Create() myo("micclass").value="WebElement" myo("html idt").value=fText myo("index").value=i print myp.WebElement(myo).GetROProperty("innertext") set myp= nothing set myo= nothing End Function Text_Check1 "currentDisplayMSRP" -- -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en --- You received this message because you are subscribed to the Google Groups "QTP - HP Quick Test Professional - Automated Software Testing" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out. -- -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en --- You received this message because you are subscribed to the Google Groups "QTP - HP Quick Test Professional - Automated Software Testing" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
