Firefox runs, but when the tests finish executing Firefox stays up.
This is on Debian Linux with Firefox 3.6.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
How to explicitly specify a path to Firefox for Selenium?