Jump to content

Recommended Posts

Posted

Hi,

I'm using FF.au3 do some automation test, but there are two Firefox windows are opened by using  _FFStart(Default). I don't know why. 

Below is my code

#Include <FF.au3>

_FFStart(Default)

One window is an blank firefox window which I need, the other window' url is 4242, and the page sayas "Unable to connect, Firefox can't establish a connection to the server at 4242."

Thanks for your help

Posted

The console output of FF.au3 is:

__FFStartProcess: ""C:Program FilesMozilla Firefoxfirefox.exe" -new-window "about:blank"  -repl 4242 
_FFConnect: OS: WIN_7 WIN32_NT 7601 Service Pack 1
_FFConnect: AutoIt: 3.3.8.1
_FFConnect: FF.au3: 0.6.0.1b-3
_FFConnect: IP: 127.0.0.1
_FFConnect: Port: 4242
_FFConnect: Delay: 2ms
_FFConnect: Socket: 556
_FFConnect: Browser: Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20100101 Firefox/22.0
__FFSendJavaScripts: Sending functions to FireFox .......... done
_FFLoadWait: . loaded in 11ms
Posted (edited)

It's a bug in the version of FF.au3 that you are using. Upgrade to a later version and that should solve your issue.

I download FF.au3 from 

I think this is the newest, if not, where I can get the latest version of FF.au3

Thanks for your help

Edited by amysue

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
×
×
  • Create New...