The width of the screen in pixels.
<display>
display.name.screenWidth
Read Only
extent
The screenWidth property returns the horizontal pixel 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 screenWidth in an instruction page:
<page myPage>
screenWidth = <% display.screenWidth %>
</page>