blob: ce2924914b4a4d498507c626150552f1bb138fc9 [file] [log] [blame]
import '../../sync_core.dart' as sync_core;
import 'web_driver.dart';
/// Returns a [sync_core.WebDriver] with the same URI + session ID.
sync_core.WebDriver createSyncWebDriver(WebDriver driver) =>
throw 'Not implemented';