10-21-2009, 10:21 AM
hi all
I am novice in QTP
i need to select a value from the database. i need to double click the value to populate it in the front end
so i used
the particluar value is just selected
i need to double click it to populate it to the front end
so i tried
when i run the script i get an error
object does not support this property or method for this line.wat could be the problem
thanks
Aravind
I am novice in QTP
i need to select a value from the database. i need to double click the value to populate it in the front end
so i used
Code:
browser(x).page(x).webelement("innertext"= &value).click
the particluar value is just selected
i need to double click it to populate it to the front end
so i tried
Code:
browser(x).page(x).webelement("innertext"= &value).Doubleclick
object does not support this property or method for this line.wat could be the problem
thanks
Aravind