represents a CustomSnippet.
ICustomSnippet
The callBack adds the new code to the codeBuilder.
The element, for which the page-object code is actually generated.
The codeBuilder, which generates the page-object.
A function which returns true, when the custom snippet should be used.
Example:
(element) => element.type === 'BUTTON'
The type expected for FillFormParameters
{string}
Generated using TypeDoc
represents a CustomSnippet.
ICustomSnippet