Berend Jan Posted April 6, 2005 Posted April 6, 2005 (edited) hi all, im trying to activate a tab within mozilla's firefox but winactivate (window title etc.) doesn't work. can any off you guys help me out here? maybe you have some suggestions or better ideas. I'm new to AutoIt v3 :"> Thx, Berend Jan Edited April 6, 2005 by Berend Jan
Ejoc Posted April 6, 2005 Posted April 6, 2005 You can send it CTRL+1 -> CTRL+9 to select a Tab # Or CTRL-PAGEUP and CTRL-PAGEDOWN to cycle Start -> Programs -> AutoIt v3 -> AutoIt Help File -> Index -> (The Function you are asking about)----- Links -----DllStruct UDFsRSA Crypto UDFs
Berend Jan Posted April 6, 2005 Author Posted April 6, 2005 You can send it CTRL+1 -> CTRL+9 to select a Tab #OrCTRL-PAGEUP and CTRL-PAGEDOWN to cycle<{POST_SNAPBACK}>great! thanks. didn't know that.
Berend Jan Posted April 6, 2005 Author Posted April 6, 2005 ok. next problem. how can i activate mozlla firefox without using the winactivate. because im using other tabs as well. i cant find anything about this in the help of autoit.
Ejoc Posted April 6, 2005 Posted April 6, 2005 Opt("WinTitleMatchMode",2) WinActivate("Firefox","") Works for me Start -> Programs -> AutoIt v3 -> AutoIt Help File -> Index -> (The Function you are asking about)----- Links -----DllStruct UDFsRSA Crypto UDFs
fmen Posted June 12, 2006 Posted June 12, 2006 I did a search for Firefox and tabs and this is the closest I've gotten to my question. Is there a way of determining if there is more than one tab open in Firefox? This is a conditional I need in order to proceed in my program eg...If (more than one tab open) then close the last tab. Thanks.
nfwu Posted June 13, 2006 Posted June 13, 2006 How to detect if there is more than 1 tab: If you Ctrl+PageUp or Ctrl+PageDown and the title changes, then more than 1 tab is open. #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
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