Sign in
dart
/
external
/
github.com
/
google
/
webdriver.dart
/
22ffc2d592d504c25f18f2a35b140b3968b5c126
/
.
/
lib
/
src
/
async
/
common_stub.dart
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'
;