Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change unsupported Selenium driver error message #255

Open
martinmladenov opened this issue Jul 27, 2023 · 0 comments
Open

Change unsupported Selenium driver error message #255

martinmladenov opened this issue Jul 27, 2023 · 0 comments

Comments

@martinmladenov
Copy link
Collaborator

Andy only supports the HtmlUnitDriver and doesn't support other drivers such as FirefoxDriver, ChromeDriver, etc. The error message currently says "Please use HtmlUnitDriver as Andy does not have a browser installed". This may be a bit confusing to students, as in exercises we always use a facade for the driver logic (CSE1110.createDriver()) so it might be better to change the error message to refer to this method instead. For example: "Please use CSE1110.createDriver() to instantiate a Selenium driver".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant