Wdio-Workflo

Wdio-Workflo

  • Guides
  • Demo Page
  • Examples
  • API
  • Github

›Customizing Page Nodes

Getting Started

  • Setup
  • Writing your first Test

Configuration

  • Configuration Options

Architecture

  • Class Diagram

Specs

  • Specs

Page Objects

  • Page Objects
  • Element
  • List
  • Map
  • Group
  • Store
  • Page

Steps

  • Steps

Testcases

  • Testcases

Customizing Page Nodes

  • Introduction
  • Customizing an Element
  • Customizing a List
  • Customizing a Map

Various Tools

  • XPath Builder
  • The `getUid` Function
  • Execution Lists
  • Manual Results

Testrunner

  • CLI Options
  • Running Tests
  • Debugging
  • Reporters

Introduction

Introduction

This guide teaches you how to create your own PageNode classes and how to add them to a PageNodeStore.

It covers extending the base classes PageElement, PageElementList and PageElementMap. However, it does not show you how to extend a PageElementGroup since the need to do so should hardly ever arise.

All code examples for customizing a PageNode class can be found in the wdio-workflo-example repository.

← TestcasesCustomizing an Element →
  • Introduction
Wdio-Workflo
Docs
GuidesExamplesAPI Reference
More
GitHubStar
Copyright © 2019 Florian Hilbinger