The height of the screen in pixels.
<display>
display.name.screenHeight
Read Only
extent
The screenHeight property returns the vertical resolution of the main screen.
The following records the value of screenWidth in the summary data file:
<summarydata>
/ columns = (script.startDate, script.startTime, script.subjectId, script.groupId, script.sessionId, display.screenWidth, display.screenHeight)
</summarydata>
The following displays the value of screenHeight in an instruction page:
<page myPage>
screenHeight = <% display.screenHeight %>
</page>