Jump to content

Recommended Posts

Posted

Hi

Am new to autoit, first of all I want to congratulate all of. Autoit is fantastico!

My doubt is the following, you can change the emulation IE version before it is opened. My IE is in version 11 but when you open is version 8 in the emulator.

Thank you

Posted

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

mLipok, thank you!

but I do not have a guarantee that can change the html of all the sites you enter, as well as get at least access this html. My idea was through AutoIT already setting this up before the application is open.

I set the compatibility mode for edge that is the latest, but every time you start it goes to IE8.

Posted

http://blogs.msdn.com/b/askie/archive/2009/03/23/understanding-compatibility-modes-in-internet-explorer-8.aspx

    Quote

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION]

“iexplore.exe” = dword:8

(possible values of 7 or 8)

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

When open the page:

_IECreate ("Www.mypage.com")

I returned this html: <meta http-equiv = "X-UA-Compatible" content = "IE = EmulateIE8"></meta>

need to change to edge and use the following function:

Location $oHead = _IETagNameGetCollection ($oIE, "head", 0)
_IEDocInsertHTML ($oHead, '<meta http-equiv = "X-UA-Compatible" content = "IE = edge"> </ meta>', "afterBegin")

but it does not work.

I am new to the subject, am I doing wrong?

Edited by Gerr
Posted (edited)

 

@Gerr

Did you read this:    ie.au3 UDF with AutoIt v3.3.14.x  ?

Do you get any COM ERROR's ?

 

EDIT:
J1: Sorry for interacting - this is my only one sugestion in your conversation.

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Sorry for the doubt is that I'm beginner so much is still confused. What would MISTAKE WITH THE HANDLER?

I'm using the 3.3.14.2 version is available for download and the reason of all this are errors like The requested action with this object has failed .:, then I researched and talked some forums that this error is due to the IE version that is not compatible. But my IE is 11 but is opening emulating applications in version 8

Posted
  On 10/8/2015 at 6:34 PM, Gerr said:

Sorry for the doubt is that I'm beginner so much is still confused. What would MISTAKE WITH THE HANDLER?

And what bothers you, take this good practice?
I do not know whether in your case it is important. To know you need to check.

  On 10/8/2015 at 6:34 PM, Gerr said:

I'm using the 3.3.14.2 version is available for download and the reason of all this are errors like The requested action with this object has failed .:, then I researched and talked some forums that this error is due to the IE version that is not compatible. But my IE is 11 but is opening emulating applications in version 8

Are you sure ? I'm refering to my previouse statement: "To know you need to check."

  On 10/8/2015 at 6:43 PM, JohnOne said:

No need to be, more help the better, always.

Good attitude :)

 

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...