sync_webdriver 2.0.0-pre.2 copy "sync_webdriver: ^2.0.0-pre.2" to clipboard
sync_webdriver: ^2.0.0-pre.2 copied to clipboard

outdatedDart 1 only

Provides WebDriver bindings for Dart. These use the WebDriver JSON interface, and as such, require the use of the WebDriver remote server.

Dart Sync WebDriver #

Build Status pub package

NOTE: Dart Sync WebDriver is deprecated. Consider switching to the async webdriver.dart.

Installing #

This library depends on https://github.com/google/dart-sync-socket which uses a native extension. After doing a pub get or upgrade, you must build the native extension by running:

  # ./packages/sync_socket/../tool/build.sh

Projects that use Sync WebDriver should include the following in their pubspec.yaml:

sync_webdriver: '^1.2.0'
1
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Provides WebDriver bindings for Dart. These use the WebDriver JSON interface, and as such, require the use of the WebDriver remote server.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (LICENSE)

Dependencies

matcher, path, stack_trace, sync_socket, unittest

More

Packages that depend on sync_webdriver