11-10-2010, 01:26 PM
(This post was last modified: 11-10-2010, 01:32 PM by kotaramamohana.)
Hi Saini,
According to your suggestion I implemented below method, but still its not going to destination page. Its showing all values also and Pass messages also. upto two days back its was working fine but after that its not considering the function.
In Local machine we are using WindowsXP, IE8, QTP10.0 , All methods are wroking fine in local machine, we are not getting any error in local machine and its Navigating to destination page.
According to your suggestion I implemented below method, but still its not going to destination page. Its showing all values also and Pass messages also. upto two days back its was working fine but after that its not considering the function.
In Local machine we are using WindowsXP, IE8, QTP10.0 , All methods are wroking fine in local machine, we are not getting any error in local machine and its Navigating to destination page.
Code:
Set WebBrowserDesc=Description.create
WebBrowserDesc("name").value="An inspiring place to donate and raise money"
Msgbox Browser(WebBrowserDesc).GetROProperty("name")
msgbox strParam
If Browser(WebBrowserDesc).Exist Then
msgbox "Pass"
Else
Msgbox "Fail"
End If
Browser(WebBrowserDesc).Navigate strParam