Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UFT 12.02 Compatibility for IE 11.0 : Fail to identify the defined Object
#1
Not Solved
Hi,

I am using UFT12.02 for Web Application with Browser IE11.0
I have Set an Object for 'Browser().Page().Frame()' and i am Using this Object throughout the script, for Further settings on Webpage.

eg.

Code:
dim oTempParentObj

Set  oTempParentObj = Browser("Browser").Page("Page").Frame("Filter")
oTempParentObj.Webedit("Country").set "CA"

While executing the script, i am getting an Error at Line 'oTempParentObj.Webedit("Country").set "CA"
as 'Object Required : oTempParentObj'


This is Not an issue with IE9, IE10 , Chrome36 and FF 27 Version. Does UFT12.02 does not support Object property for IE11 version?
Reply
#2
Not Solved
Hi,
These are Supported browsers of UFT 12.02
It supports upto IE 11

FIrefox:Upto v34
UFT 12.02 Patch 1: Upto v35,36 Beta

Chrome :Upto v39
UFT 12.02 Patch 1: Upto v40,41 Beta
Reply
#3
Not Solved
Hi,

Even I am facing this issue with my scripts in IE 11 browser. Can someone please provide any update.. like any settings to be made in Browser(C:\programefile\Internent Explorer or C:\Programefile(x86)\Internent Explorer)

Thanks,
Swetha
Reply
#4
Not Solved
Hi ,
Just check addon BHO in IE. It should be enabled.
Path:IE->Tools->ManageAddons: In window opened check ststus of BHO
Reply
#5
Not Solved
Hi Friends,

For the scripts that we have developed in IE9 were not working on IE11 browser. So as a work around we have developed another functions. So during this script development, we found that Fireevent "onclick" was not supporting. So we have replaced "onclick" with ".click".

This solution worked out for us .
Reply
#6
Not Solved
Check the below URL for Supported Browsers in UFT version

https://www.learnqtp.com/uft-qtp-browser...rt-matrix/
Reply
#7
Not Solved
Try to add object without frame in OR.
If it is still adding cut the object from frame and paste in page.
Highlight it..
It will work .
Reply
#8
Not Solved
Use Descriptive Programming method to avoid such errors
Reply
#9
Not Solved
In IE11, generally "Set" command alone will not work.
We need to add below line of code before and after Set command

for ex:


Code:
Setting.WebPackage("ReplayType") = 2
oTempParentObj.Webedit("Country").set "CA"
Setting.WebPackage("ReplayType") = 1
Reply
#10
Not Solved
try the code using Descriptive Programming method which is without using object repository or you have to add the object frame to the OR
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  not able to identify an webelement object Ninjukp 0 2,093 01-10-2018, 09:25 PM
Last Post: Ninjukp
  [UFT 12.52/VBScript] Test object exist, is visible and enabled before take an action sparkwanted 0 3,434 02-07-2017, 12:28 AM
Last Post: sparkwanted
  Not Able to Identify Object during Recovery Scenario Phani 2 3,087 01-25-2016, 01:26 PM
Last Post: arunshuklainbox
  Can not identify this object. Please help. axn700 3 2,953 10-31-2015, 10:59 AM
Last Post: vinod123
  vb script to stop execution of functions if conditions fail visitjaga 1 7,122 12-05-2013, 12:26 AM
Last Post: ravi.gajul

Forum Jump:


Users browsing this thread: 1 Guest(s)