TryingtoLearn Posted March 30, 2006 Posted March 30, 2006 I started using this program this week. Downloaded V3 first, went thru the tutorial and wrote a script to simply install a program. I can't figure out why it stops after the security warning window. The welcome screens comes up and just sits there. I downloaded V2, wrote the same script and it works great. I will be using this program quite a bit and would like to use the newer version. Below is my script. Can someone please kick me or point me in the right direction? Thanks in advance... Run("camtasiaf.exe") WinWaitActive("Open File - Security Warning", "&Save") Send("!r") WinWaitActive("Camtasia Studio Installation [EVALUATION]", "Welcome") Send("!n") WinWaitActive("Camtasia Studio Installation [EVALUATION]", "Software License Agreement") Send("!a") WinWaitActive("Camtasia Studio Installation [EVALUATION]", "The settings for this application") Send("!n") WinWaitActive("Camtasia Studio Installation [EVALUATION]", "Enable Camtasia Studio Add-in") Send("!n") WinWaitActive("Camtasia Studio Installation [EVALUATION]", "Start Installation") Send("{TAB}") Send("{TAB}") Send("{TAB}") Send("{TAB}") Send("{SPACE}") Send("{TAB}") Send("{SPACE}") Send("!n") WinWaitActive("Camtasia Studio Installation [EVALUATION]", "Press the Finish") Send("{ENTER}")
Nuffilein805 Posted March 30, 2006 Posted March 30, 2006 try you winwaitactive without a windowtitle that could work another thing: you could put all your send commands in 1 like: send ("{tab 4}{space}{tab}{space}!n") have fun my little chatmy little encryption toolmy little hidermy unsafe clickbot
TryingtoLearn Posted March 30, 2006 Author Posted March 30, 2006 That didn't work either, but thanks for the tip on combining send commands.
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