sync_webdriver 1.2.2+1 copy "sync_webdriver: ^1.2.2+1" to clipboard
sync_webdriver: ^1.2.2+1 copied to clipboard

Dart 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

Synchronous WebDriver and PageLoader libraries.

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
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

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

crypto, matcher, stack_trace, sync_socket

More

Packages that depend on sync_webdriver