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