Jump to content

Why doesn't it work?


Recommended Posts

You need to change the WinTextMatchMode or be more exact. The following works perfectly:

Opt("WinTextMatchMode", 2) 
ShellExecute("C:\Program Files\Mozilla Firefox\Firefox.exe") ; Working fine 
Winwaitactive("Mozilla Firefox")
Sleep(5000)
Send("Wow")

More importantly, check out either IE.au3 (included with the AutoIT download) or ff.au3. Both allow you to control the browser via code.

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