Skip to content

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

License

Notifications You must be signed in to change notification settings

trinarytree/pageloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 92.6%
  • HTML 5.5%
  • Shell 1.9%