A declarative API as a basis for platform- and framework-independent UI test automation.
npm install @pageobject/base[![Package Version][badge-npm-image]][badge-npm-link]
[![Build Status][badge-travis-image]][badge-travis-link]
[![Coverage Status][badge-coveralls-image]][badge-coveralls-link]
[![TypeScript][badge-typescript-image]][badge-typescript-link]
> A declarative API as a basis for platform- and framework-independent UI test automation.
This package is part of [PageObjectJS][internal-homepage].
``sh``
yarn add @pageobject/base
Please find the API documentation [here][internal-api-base].
---
Copyright (c) 2017-present, Clemens Akens. Released under the terms of the [MIT License][internal-license].
[badge-coveralls-image]: https://coveralls.io/repos/github/clebert/pageobject/badge.svg?branch=master
[badge-coveralls-link]: https://coveralls.io/github/clebert/pageobject?branch=master
[badge-npm-image]: https://img.shields.io/npm/v/@pageobject/base.svg
[badge-npm-link]: https://yarnpkg.com/en/package/@pageobject/base
[badge-travis-image]: https://travis-ci.org/clebert/pageobject.svg?branch=master
[badge-travis-link]: https://travis-ci.org/clebert/pageobject
[badge-typescript-image]: https://img.shields.io/badge/TypeScript-ready-blue.svg
[badge-typescript-link]: https://www.typescriptlang.org/
[internal-api-base]: https://pageobject.js.org/api/base/
[internal-homepage]: https://pageobject.js.org/
[internal-license]: https://github.com/clebert/pageobject/blob/master/LICENSE