Antonello Posted November 23, 2010 Posted November 23, 2010 Hello, anybody can help me to read statusbar in Firefox using FF.au3 ?
MvGulik Posted November 23, 2010 Posted November 23, 2010 (edited) (Mmm, this one seems to have a hearing problem. Better raise my voice a little so he can hear me ok.)HTTP://WWW.THORSTEN-WILLERT.DE/THEMEN/FFAU3/(fixed link. note to self, Linux servers are case sensitive. lol) Some general considered good tips around here:- Tell what you have done so far.- Show what (code) you have tried so far.- Tell what the specific (code) problem is your running into.- AND ... Don't use capital only text. That includes topic tiles. Edited November 23, 2010 by MvGulik "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014) "Believing what you know ain't so" ... Knock Knock ...
Antonello Posted November 23, 2010 Author Posted November 23, 2010 This is what I need to do in the same way with Firefox: Run("C:\Programmi\Internet Explorer\IEXPLORE.EXE http://www.google.com", "", @SW_MAXIMIZE) sleep (3000) AutoItSetOption("WinTitleMatchMode", 2) $x = StatusbarGetText("Internet") MsgBox(0, "Internet Explorer's status bar says:", $x) I tried ff.au3 but it seems doesn't work on Firefox: #include <FF.au3> $Socket = _FFStart("http://www.google.it") $sStatusText = _FFGetValue($Socket ,"window.content.status") msgbox(0,"test",$sStatusText)
MvGulik Posted November 24, 2010 Posted November 24, 2010 I tried ff.au3 but it seems doesn't work on Firefox:FF.au3 seems to be designed, not to work with Firefox directly, but to work with the Firefox add-on MozRepl. So you probably need to install that add-on first. And than read up on how to communicate with MozRepl.Other than that, lacking Firefox experience, I can't really help any further. "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014) "Believing what you know ain't so" ... Knock Knock ...
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