09-17-2012, 05:52 PM
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:
'Note: Although it run successfully but objects are not recording as Browser ,webedit etc.
Please help me in how to resolve this?
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?