Jump to content

Recommended Posts

Posted

Hi all, I have plan to use Autoit to interact with the information that showed on webpage. By the way, as that website didn't support with Internet Explorer anymore (There are login step and process to check the browser that I cannot skip it). So I need to take all of my code to control on Microsoft Edge instead.

I try to use _IEAttach to control "Edge" but it doesn't work. The _IEAttach always return error "7" that mean it cannot find the correct browser.

Can anyone suggest me for the code to make _IEAttach control "Edge" or any others web browser (Opera / Maxthon / Chrome / Firefox) instead of "IE".

Posted (edited)

You have one of the two following ways to choose.

 

WIP (stuck) WebView2:

 

and recomended WebDrive ... you can start reading about here:

https://www.autoitscript.com/wiki/WebDriver#FAQ

 

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 (edited)
  On 9/28/2021 at 12:49 PM, maninternet said:

Hi all, I have plan to use Autoit to interact with the information that showed on webpage. By the way, as that website didn't support with Internet Explorer anymore (There are login step and process to check the browser that I cannot skip it). So I need to take all of my code to control on Microsoft Edge instead.

I try to use _IEAttach to control "Edge" but it doesn't work. The _IEAttach always return error "7" that mean it cannot find the correct browser.

Can anyone suggest me for the code to make _IEAttach control "Edge" or any others web browser (Opera / Maxthon / Chrome / Firefox) instead of "IE".

Expand  

Try this method if you want to continue using the same functions for _IE * on Google Chrome:

  • Install IE Tab extension for Google Chrome.
  • Follow instructions and install IE Tab Helper too.
  • Go to your webpage and activate Internet Explorer mode. 

Try to _IEAttach and check if all this work. Let me know if your page is loading well in this way.

Edited by AlessandroAvolio

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...