Micro Focus QTP (UFT) Forums
Unable to record as Standard Web objects properly on Firefox version using QTP 11.0 - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Unable to record as Standard Web objects properly on Firefox version using QTP 11.0 (/Thread-Unable-to-record-as-Standard-Web-objects-properly-on-Firefox-version-using-QTP-11-0)



Unable to record as Standard Web objects properly on Firefox version using QTP 11.0 - pradeep singh - 09-17-2012

Hi to All,

I have already installed firefox patch i.e. QTPWEB_00090 but when when I start recording after writing first line manually ,it does not record objects as standard web objects say browser,webedit etc.
See below script:

Code:
Systemutil.Run "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"


Window("Mozilla Firefox").Click 603,338
Window("Mozilla Firefox").Type "qtp"
Window("Mozilla Firefox").Click 1047,337

'Note: Although it run successfully but objects are not recording as Browser ,webedit etc.

Please help me in how to resolve this?


Unable to record as Standard Web objects properly on Firefox version using QTP 11.0 - jacosta - 09-18-2012

----
Hi, with which version of Windows are you working?, because if it needs a patch win 7.

greetings.


RE: Unable to record as Standard Web objects properly on Firefox 8 using QTP 11 - pradeep singh - 09-18-2012

I am using windows 7.Could you tell me please which patch ,I have to install and what its prerequiste?
Note: on IE 9 ,it is working fine as it records the objects as standard objects.


please try - jesonvan - 09-21-2012

Probably your firefox QTP Addin is not work.
please do the following:
1. uninstall firefox
2. delete the whole install folder e.g. "C:\Program Files\Mozilla Firefox"
3. reinstall firefox
4. run the following script with QTP
Systemutil.Run "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
5. addin update message will be popuped out, please check it.
6. try to record again. OK...