THECARDNEXUS Posted October 4, 2011 Posted October 4, 2011 (edited) I am trying to automate using a addon in Firefox V3.x.x. For some reason mouseclicks dont work on the menu bars for me, wondering what I am doing wrong on it. Heres the start of the code. HotKeySet("{ESC}", "terminate") ;open firfox Run('C:\Program Files (x86)\Mozilla Firefox\firefox.exe',"",@SW_MAXIMIZE) WinWaitActive("CardBot - Pricing Wizard - Mozilla Firefox") MouseClick(210, 63) Sleep(3000) send("{ENTER}") Edited October 4, 2011 by THECARDNEXUS
THECARDNEXUS Posted October 4, 2011 Author Posted October 4, 2011 Also if there is a way to directly autoit configure firefox cookies, that would work as well, just cant seem to find the appropriate google terms to find that information.
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