Phenom Posted June 2, 2010 Posted June 2, 2010 If I have several tabs open in Firefox, is there a way for AutoIt to activate a tab with a certain name?
somdcomputerguy Posted June 2, 2010 Posted June 2, 2010 This UDF, FF.au3 (V0.6.0.0b), will help you do that. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
Phenom Posted June 2, 2010 Author Posted June 2, 2010 (edited) Whenever I try to use any functions in this script, I always get this error: __FFSend ==> Socket Error Edited June 2, 2010 by Phenom
Shakala Posted June 2, 2010 Posted June 2, 2010 Give an example of what code you are trying to use. We need it to understand what fully is going on
somdcomputerguy Posted June 2, 2010 Posted June 2, 2010 Do you have the MozRepl extension installed and enabled? - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
Phenom Posted June 2, 2010 Author Posted June 2, 2010 Give an example of what code you are trying to use. We need it to understand what fully is going on#include <FF.au3>if not WinActive("Google") Then if _FFTabExists("Google") Then _FFTabSetSelected("Google") EndIfEndIf
Phenom Posted June 2, 2010 Author Posted June 2, 2010 Do you have the MozRepl extension installed and enabled?Yes, it's installed and enabled. How can I test if it's working right?
Phenom Posted June 2, 2010 Author Posted June 2, 2010 This UDF, FF.au3 (V0.6.0.0b), will help you do that.I tried that, but it didn't work. What's the code to do it?
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