Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Click on IE10 tools --> f12 --> Comaptaibilty view to IE8
#3
Not Solved
Thanks Kamal:

I tried executing this on my box but still it showing view as IE10 , not changed to IE8.

Executed as test.vbs and test.bat file.

Apart from This I tried code like below , it press f12 but I donbt know how to click compatible view and select IE8.

Code:
Set WshShell = CreateObject("WScript.Shell")
        While Window("Developer Tools").Exist(2) = False
            Browser("micclass:=Browser").Page("micclass:=Page").SetTOProperty "focus", True
            WshShell.AppActivate "Internet Explorer"
            WshShell.SendKeys("{F12}")
            Wait(2)    
        Wend

        WshShell.AppActivate "Developer Tools"
        WshShell.SendKeys("%c")
        Wait(2)
Reply


Messages In This Thread
RE: Click on IE10 tools --> f12 --> Comaptaibilty view to IE8 - by theology - 12-20-2014, 10:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question what is the shortcut key used to switch between keyword view and expert view in qtp. shaileshanand86 5 11,258 02-13-2019, 03:58 AM
Last Post: zia003
  Unable to view cursor during run swathiG 1 4,543 08-31-2012, 11:29 AM
Last Post: Sathiya
  QTP crash in Keyword view mufiani 3 4,286 12-08-2010, 12:19 PM
Last Post: manishbhalshankar
  QTP does not identify the IE menus like Tools, File, Edit and e.t.c komila_srivastava 1 2,721 05-03-2009, 09:45 PM
Last Post: tmcken
  view child objects arun2kindia 1 2,932 12-21-2008, 09:37 PM
Last Post: sreekanth chilam

Forum Jump:


Users browsing this thread: 1 Guest(s)