Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.0.8
-
None
-
None
Description
Gentoo Linux starts firefox using a shell script (as opposed to directly executing a binary). This confuses selenium. To get around this, you can define a custom browser
for selenium to start. I've added a second constructor to AbstractIntegrationTestSuite to allow a user to pass through a custom browser command to selenium.