sync_pageloader 2.0.0-pre.14 copy "sync_pageloader: ^2.0.0-pre.14" to clipboard
sync_pageloader: ^2.0.0-pre.14 copied to clipboard

Dart 1 only

Supports the creation of page objects that can be shared between in-browser tests and WebDriver tests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sync_pageloader

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

dependencies:
  sync_pageloader: ^2.0.0-pre.14

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_pageloader/._clock.dart';
import 'package:sync_pageloader/clock.dart';
import 'package:sync_pageloader/._html.dart';
import 'package:sync_pageloader/html.dart';
import 'package:sync_pageloader/._objects.dart';
import 'package:sync_pageloader/objects.dart';
import 'package:sync_pageloader/._webdriver.dart';
import 'package:sync_pageloader/webdriver.dart';
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Supports the creation of page objects that can be shared between in-browser tests and WebDriver tests.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

matcher, sync_webdriver, unittest

More

Packages that depend on sync_pageloader