Jump to content

FIREFOX STATUSBAR READ


 Share

Recommended Posts

(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)

:graduated:

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 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 ...
 

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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 ...
 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...