sjx Posted May 9, 2014 Posted May 9, 2014 here is the code #include <FF.au3> $socket=_FFStart ("yahoo.com") ConsoleWrite($socket & @CRLF) yahoo.com is loaded in FF, however the script freezes at the first line, the second line is never executed. what's wromg? below is the console output __FFStartProcess: ""C:Program Files (x86)Mozilla Firefoxfirefox.exe" -new-window "http://yahoo.com" "-repl 4242 " _FFConnect: OS: WIN_81 WIN32_NT 9600 _FFConnect: AutoIt: 3.3.10.2 _FFConnect: FF.au3: 0.6.0.1b-10 _FFConnect: IP: 127.0.0.1 _FFConnect: Port: 4242 _FFConnect: Delay: 2ms
Danp2 Posted May 9, 2014 Posted May 9, 2014 (edited) Works for me. Only difference I can see is that I am running FF.au3: 0.6.0.1b-9 Edit: Do you have MozRepl installed and started? Edited May 9, 2014 by Danp2 Latest Webdriver UDF Release Webdriver Wiki FAQs
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