Jump to content

How to customize the Autoit code using IE.au3 ?


Recommended Posts

Hi,

I would like to customize the following code using IE.au3

send("#r")
WinWaitActive("Run")
send("http://localhost:8080/pentaho{Enter}")

I tried replacing the above three line AutoIt code with the below line :

$oIE = _IECreate ("http://localhost:8080/pentaho/Login")

Is this right?

Learning is Lifelong!
Link to comment
Share on other sites

Friends,

I replaced the below the following lines,

send("#r")
WinWaitActive("Run")
send("http://localhost:8080/pentaho{Enter}")

by

ShellExecute ("iexplore.exe", "http://localhost:8080/pentaho/Login")

...and it works fine. Thanks.

Learning is Lifelong!
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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