12-11-2014, 04:32 PM
Hi All,
Please see my below script it is unable to identify Browser and page itself then How can I perform dropdown selections.
I have QTP 10 version. Could you please provide solution.
''Here returning false for as QTP unable to identify these objects.
Please see my below script it is unable to identify Browser and page itself then How can I perform dropdown selections.
I have QTP 10 version. Could you please provide solution.
Code:
url = "www.ifsccodebank.com"
systemutil.Run "iexplore", url
wait(10)
If Browser("name:=IFSC code | IFSC codes*").Page("title:=IFSC code | IFSC codes*").Exist Then
msgbox "object found"
End If
'With Browser("name:=IFSC code | IFSC codes*").Page("title:=IFSC code | IFSC codes*")
'x = .Object.documentElement.innerText
'msgbox x
'End With
''Here returning false for
Code:
"Browser("name:=IFSC code | IFSC codes*").Page("title:=IFSC code | IFSC codes*").Exist "