executablePath method
Gets the expected path to the browser executable managed by the registry.
Returns the path string. Throws if the executable information cannot be found.
Implementation
@override
Future<String> executablePath() async {
return TestBootstrap.resolveExecutablePath(name);
}