views:

113

answers:

1

Firefox runs, but when the tests finish executing Firefox stays up.

This is on Debian Linux with Firefox 3.6.

A: 

The solution to this was to point Selenium at the firefox-bin file instead of the firefox file, which it may use by default if it's at /usr/bin/firefox.

This question explains how to specify a path to firefox-bin: http://stackoverflow.com/questions/1344026/how-to-explicitly-specify-a-path-to-firefox-for-selenium

sjbotha
You should "Accept" you own question so that others can learn from it.
kazanaki
Thanks. It used to be that somebody has to up-vote your question before you can accept it. Either that changed or I have enough reputation to do it without the up-vote.
sjbotha