﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33455	Missleading error message when running selenium tests without selenium.	David Smith	Mohamed Nabil Rady	"I got tripped up by the error message generated by this line

https://github.com/django/django/blob/2c76c27a951ee76c6f763a05c7e119305a21c78d/tests/runtests.py#L329

The issue was that I didn't have selenium installed. However, the error message I received was


{{{
runtests.py: error: argument --selenium: Selenium browser specification 'chrome' is not valid.

}}}

Therefore much head scratching trying to think about what was wrong with chrome/webdriver rather than not having selenium installed. Maybe there is something better we could do here? "	Cleanup/optimization	closed	Testing framework	4.0	Normal	fixed			Accepted	1	0	0	0	1	0
