@pageobject/web
A declarative API for framework-independent web UI test automation.
This package is part of PageObjectJS.
Installation
yarn add @pageobject/web
API documentation
Please find the API documentation here.
Copyright (c) 2017-present, Clemens Akens. Released under the terms of the MIT License.
Type aliases
Character
Character: string
Key
Key: "Enter" | "Escape" | "Tab"
Variables
Const fileURL
fileURL: string = `file://${join(__dirname, '../fixtures/index.html')}`
Functions
serialize
- serialize(value: any): string
-
Parameters
Returns string