I need to open my URL in compatibility mode i.e. in IE8 mode having an IE9.
The AUT won´t work in IE9 and the developer is OK with that.
I have thought of trying to impregnate the following HTML (no brackets included):
meta http-equiv="X-UA-Compatible" content="IE=9"
but not sure how to do it via VBScript and give the order at the moment of opening the URL.
Any ideas?