Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICustomSnippet

represents a CustomSnippet.

interface

ICustomSnippet

Hierarchy

  • ICustomSnippet

Index

Properties

Properties

callBack

callBack: function

The callBack adds the new code to the codeBuilder.

param

The element, for which the page-object code is actually generated.

param

The codeBuilder, which generates the page-object.

memberof

ICustomSnippet

Type declaration

condition

condition: function

A function which returns true, when the custom snippet should be used.

Example:

(element) => element.type === 'BUTTON'
param

The element, for which the page-object code is actually generated.

memberof

ICustomSnippet

Type declaration

Optional type

type: undefined | string

The type expected for FillFormParameters

type

{string}

memberof

ICustomSnippet

Generated using TypeDoc