Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove browserName from default Chrome capabilities
The configuration for Chrome currently sends 'browserName' capability to ChromeDriver by default. This is unnecessary, and causes errors in several test cases in webdriver/tests/new_session, whenever a test case wants to set a different browserName.
- Loading branch information