[ChromeDriver] Force tests to run with delivered Chrome

Some DevTools tests are returning the message that the Chrome and
ChromeDriver versions are not compatible. This was caused by tests
calling new ChromeDriver() with out delivering a spefic Chrome binary
to use for the testing. Delivery the correct Binary for testing resolved
the failing tests.

Bug: chromedriver:3062
Change-Id: Ic625788d55c6f85cb1d834acd92e9760e8c142d3
2 files changed