Skip to content
master
Go to file
Code
This branch is 67 commits behind google:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Dart Sync WebDriver

Synchronous WebDriver and PageLoader libraries.

Installing

This library depends on https://github.com/google/dart-sync-socket which uses a native extension that prevents it being host on http://pub.dartlang.org. To use download the latest release of this package and https://github.com/google/dart-sync-socket. Build the native extension for Dart Sync Socket, and set the path for sync_socket in Sync WebDriver's pubspec.yaml to point to the location on disk for Dart Sync Socket.

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

sync_webdriver:
  path: <path to Sync WebDriver>

About

No description, website, or topics provided.

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.