web/selector library

Classes

AbstractSelector
Button
Button appends button to the selector
Css
Div
Div
Input
Input appends input to the selector
NestedSelector
SapButton
SapButton has role="button", class="lsButton and title="{label}"
SapInput
SapInput has name="InputField" and title="{label}""
SapTable
SapTable role="grid" class="urSTCS lsSapTable--backgroundColor urHtmlTableReset lsSapTable--bs-disabled"
SapTableHead
SapTableRow a span with title="{label}" inside role="row" aria-rowindex="{index}" inside a div with role="grid"
TextArea
TextArea appends textarea to the selector
WithClass
WithClass appends class="{class}" to the selector class can be a list of classes
WithId
WithId appends id="{id}" to the selector
WithIdContains
WithName
WithName appends name="{name}" to the selector
WithText
With Text appends text="{text}" to the selector
XPath

Functions

Print(dynamic text) → void