internet explorer - Changing the compatibility mode of IE programmatically when working with shdocvw.InternetExplorer -
i have read many forums this. not working on server side nor on client side. working quality assurance department of company. have in house testing software built in .net framework testing our companies various websites. prefer our testing internet explorer done in version 9. problem facing specific site test, uses meta tag set ie use compatibility mode 7 (ie 7). when gets set, way reset 9 manually go ie development tools , switch ie9. have read using registry key value switch it, , have tried without success. exploring idea of trying how manipulate htmldocument change or insert in the head tag, meta tag , set ie9.
i appreciate anyone's suggestions or links helpful articles or forums. using shdocvw.internetexplorer run our tests along mshtml library.
thank you, ryan
thank reply. needed find way on automation side our devs aren't willing things qa department. came easy fix, tests run in older compatibility mode of ie, after tests finish, have them create new browser instance , navigate www.google.com uses meta tag suggesting ie=edge. since our machines set run ie9 , nothing higher, force compatibility mode ie9.
Comments
Post a Comment