Shows the previously hidden field and field label. The showField() method is available in the BeforeDisplay event of the Add/Edit/View/Register pages.
Syntax
showField(field)
Arguments
field
a name of the field. Example: "Make".
Return value
No return value.
Example
Show the Make field:
pageObject.showField("Make")
See also:
•RunnerPage class: hideField()
•JavaScript API: RunnerPage object > hideField()
•JavaScript API: RunnerPage object > showField()