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.

PageLoader #

Build Status

A framework for creating page objects for in-browser tests or WebDriver tests.

PageLoader for Dart comes in two flavours: async and sync.

Async PageLoader for Dart #

pub package

Async PageLoader for Dart is the recommended version going forward. It is designed to work with webdriver.dart.

Sync PageLoader for Dart #

pub package

The sync version is deprecated and will eventually be removed from this repository. Consider switching to the async version.

Sync Pageloader was designed to work with the now deprecated Dart Sync WebDriver.

When using Sync PageLoader with Dart Sync WebDriver, you must build the native extension for https://github.com/google/dart-sync-socket This can be done by running the following after running pub get or upgrade:

  # ./packages/sync_socket/../tool/build.sh
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