Options
All
  • Public
  • Public/Protected
  • All
Menu

@pageobject/web

Package Version Build Status Coverage Status TypeScript

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.

Index

Type aliases

Argument

Argument: any

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