Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UFT does not recognize objects when meta tag is used with http equiv x ua compatible
#1
Not Solved
Hello All,

I am testing a Web application with UFT 12.01.
As my application is having alignment issues with IE11, development team is trying to over-ride the IE that is used to render the page using the following code .

Code:
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=5">
..
Note: The X-UA-Compatible meta tag allows web authors to choose what version of Internet Explorer the page should be rendered as.

After this code was deployed, UFT was unable to identify any of the objects in the web browser.

However, when I update the meta tag as below, UFT is able to identify objects in the web browser, but still the alignment issues persist .

Code:
<html>
<head>
<meta http-equiv="content-type" content="IE=5">
..

Can you please let me know what should be done to make UFT to recognize objects when <meta http-equiv="X-UA-Compatible" content="IE=5"> is used.

Note: We are using object repository. We have a customized property for every field (say : qt_id) that is configured in UFT.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  DevExpress v15.2 Objects are not identified using UFT 14.53 diwakar 0 1,286 11-19-2019, 06:26 PM
Last Post: diwakar
  UFT:A connection with server could not be established with xml objects Lakshman.Repaka 0 1,954 01-01-2018, 10:42 PM
Last Post: Lakshman.Repaka
  UFT doesn't recognize SAP objects when it's openned by portal DevRenanGaspar 0 2,340 09-28-2017, 07:41 PM
Last Post: DevRenanGaspar
Exclamation Oracle Objects not identified by UFT 12.02 Deepnara 0 2,061 08-21-2017, 05:32 PM
Last Post: Deepnara
  UFT not recognizing Java Objects/ Elements YogeshCallappa 0 3,123 11-08-2016, 02:44 PM
Last Post: YogeshCallappa

Forum Jump:


Users browsing this thread: 1 Guest(s)