Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 808 Bytes

File metadata and controls

24 lines (18 loc) · 808 Bytes

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'