Jump to content

Why there are two Firefox windows are opened using _FFStart(Default)


amysue
 Share

Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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