Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CustomSnippets

CustomSnippets are providing the possibility, to add custom code to your page-object, for matching elements.

export
class

CustomSnippets

Hierarchy

  • CustomSnippets

Index

Properties

Private clearFormCustomSnippet

clearFormCustomSnippet: ICustomSnippet[] = []

Private fillFormCustomSnippet

fillFormCustomSnippet: ICustomSnippet[] = []

Private getterFunctionCustomSnippet

getterFunctionCustomSnippet: ICustomSnippet[] = []

Methods

addForClearForm

addForFillForm

addForGetterFunctions

Private execute

Private exists

  • exists(element: E2eElement, snippetsFor: "getterFunction" | "fillForm" | "clearForm"): boolean

Private types

Generated using TypeDoc