pageloader 2.2.3 copy "pageloader: ^2.2.3" to clipboard
pageloader: ^2.2.3 copied to clipboard

outdatedDart 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
3
likes
0
pub points
28%
popularity

Publisher

verified publishergoogle.dev

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

stack_trace, webdriver

More

Packages that depend on pageloader