04-27-2015, 06:47 PM
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.
This is Not an issue with IE9, IE10 , Chrome36 and FF 27 Version. Does UFT12.02 does not support Object property for IE11 version?
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?