Jump to content

Recommended Posts

Posted (edited)

hi,

I found this excellent thread:

I downloaded MrCreatoR's Opera.au3 file and put it in my includes directory. I am trying to get an Autoit script started that works with Opera, my favorite browser.

The script is simple so far:

#include <Opera.au3>

; $result = FileExists(@ProgramFilesDir & "\Opera\Opera.EXE") ;

; MsgBox(0, "info", $result );

$MyProg = FileGetShortName(@ProgramFilesDir & "\Opera\Opera.EXE")

Run ($MyProg )

; WinWait("Blank Page - Opera","Favorites Command Ba")

; is not working

; _OpenGetURL("http://www.msn.com")

Send("{F9}")

* * * *

I have included the comments so that I can discuss them. The FileExists function returned 1, as expected. Also, I have tried to get the _OpenGetURL method to work but it doesn't.

When I run the script a new tab is opened in Opera. However, I never see any keystrokes being sent to Opera from the au3 script. Does anyone have an idea why?

thanks,

Edited by cafescott

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
×
×
  • Create New...