sn_atf.screenshots.capture_full_page
ServiceNow property description:
Enable capturing the full page when taking a screenshot. Setting this to true may cause screenshots to be slow on large pages. If this is disabled, only the portion of the page visible in the test frame will be captured (test frame height can be adjusted by the screenshot height property)
Attributes
- Sys ID: 166c5d9373662010ac1560bdfaf6a750
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `sn_atf.screenshots.capture_full_page` determines whether the entire page is captured when taking a screenshot during automated testing. When set to true, the property enables capturing the full page, which can be beneficial for comprehensive testing but may result in slower performance on larger pages. If the property is set to false, only the visible portion of the page within the test frame is captured. The height of the test frame can be adjusted using the screenshot height property to capture more or less of the visible area. This setting is useful for balancing the need for detailed screenshots with performance considerations.
Source