Other functions
selectSingleOption(fieldName)
Will set a value if only one option is avaiable in a select box.
warnDateAfterOtherDate( dateA, dateZ, message )
Alerts the user via a popup, if two dates are not after each other. Both date changes triggers the test.
disableErrorCountInTitle() and enableErrorCountInTitle() (6734+)
Will disable/enable displaying of numbers of errors i the page-title. Default is enabled
changeFieldToShow(fieldName)
Remove input and select boxes and replace them with the value in the field
showMoreTableRows(fieldName,rowsShown,buttonLabel)
Makes a nested table shorter by hiding lines > rowsShown. Hidden rows can be shown with the button below the table.