Quantcast
Channel: Micro Focus QTP (UFT) Forums - All Forums
Viewing all articles
Browse latest Browse all 1653

UFT 12.02 Compatibility for IE 11.0 : Fail to identify the defined Object

$
0
0
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?

Viewing all articles
Browse latest Browse all 1653

Trending Articles