08-07-2008, 12:11 PM
Hi,
As far as i concerned, it works fine with QTP 9.2 and firefox 2.
I recorded below script in IE6 and ran the script in firefox. It worked fine.
If the same is not working in QTP 9.5 firefox 3, then both are not compatable or might be an issue in QTP95.
Regards,
Uday
As far as i concerned, it works fine with QTP 9.2 and firefox 2.
I recorded below script in IE6 and ran the script in firefox. It worked fine.
Code:
Browser("Browser").Page("Yahoo! Mail: The best").WebEdit("login").Set "xyx"
Browser("Browser").Page("Yahoo! Mail: The best").WebEdit("passwd").SetSecure "abc"
Browser("Browser").Page("Yahoo! Mail: The best").WebButton("Sign In").Click
Browser("Browser").Page("(4 unread) Yahoo! Mail").Link("Inbox (4)").Click
Browser("Browser").Page("Inbox (4) - Yahoo! Mail").Link("Urgent Requirement:LOAD")
If the same is not working in QTP 9.5 firefox 3, then both are not compatable or might be an issue in QTP95.
Regards,
Uday