Jump to content

Recommended Posts

Posted

Hello @Danp2,

First of all, I would like to thanks all AutoIT teams for keep supporting the AutoIT community.

We are having issue with with AutoIT with the retirement of IE. Like IE function (_IE_Attach) was used to work with the already open session of IE. But now as IE is no more functional, so is there any way to use IE mode within edge with existing IE AutoIT script, because from your forum and FAQ I used webdriver setup but when it comes to scripting part I am failing in it because I think it is kind of difficult to work with the running session of edge.
So is there any way to work with edge (IE mode enabled with existing script) ??

I Appreciate your thoughts on this.

Global $oIE = _IEAttach("TEAMCENTER", "windowtitle")
Local $username = _IEGetObjByName ($oIE, "tcsso_username")
Local $password = _IEGetObjByName ($oIE, "tcsso_password")
Local $button = _IEGetObjById ($oIE, "SubmitButton")

_IEFormElementSetValue ($username, "********")
_IEFormElementSetValue ($password, "********")

_IEAction ($button, "click")

Thanks,

Muheet

Posted (edited)

@Danp2

Please take a look here.

There is Edge_GetIE()  function to connect to DOM of IE within Edge.

Can we do the same here ?

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
  On 9/26/2022 at 3:18 PM, Muheet said:

could you please put a light on this ??

Expand  

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

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