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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sync_webdriver

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sync_webdriver: ^1.2.2+1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sync_webdriver/sync_webdriver.dart';
1
likes
25
points
13
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