executablePath method

  1. @override
Future<String> executablePath()

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);
}