pcjunki Posted May 25, 2011 Posted May 25, 2011 i'm trying to logon to my owa for work i have to scripts, 1 that does the shell execute to the owa, and another that enters in my logon info i've tried combing the 2 scripts into 1, but have no luck. here is my code #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_icon=owa%20icon.ico #AutoIt3Wrapper_UseUpx=n #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #region ---Au3Recorder generated code Start --- ShellExecute("https://mail.mycompany.org/owa") _WinWaitActivate("Microsoft Exchange - Outlook Web Access - Microsoft Exchange - Outlook Web Access","Address Combo Contro") Send("domain\user{TAB}pwd{ENTER}") #region --- Internal functions Au3Recorder Start --- Func _WinWaitActivate($title,$text,$timeout=0) WinWait($title,$text,$timeout) If Not WinActive($title,$text) Then WinActivate($title,$text) WinWaitActive($title,$text,$timeout) EndFunc #endregion --- Internal functions Au3Recorder End --- #endregion --- Au3Recorder generated code End ---
wakillon Posted May 25, 2011 Posted May 25, 2011 With a web browser you should use IE.au3 functions AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
pcjunki Posted May 25, 2011 Author Posted May 25, 2011 With a web browser you should use IE.au3 functionsi'm just trying to make this as simple as possible, then i will advance more as i learn to include other functions.is there anyway to make this work?
wakillon Posted May 25, 2011 Posted May 25, 2011 There are many AutoLogin examples with iE on the Forum ! AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now