sn_atf.page_data_capture.enabled
ServiceNow property description:
Enables tests with Custom UI steps to capture page data each time they are run. When true, Custom UI steps always refresh the page data during a test run. Disable this property to skip capturing page data during test runs. When false, tests run faster but Custom UI steps may not have the latest information due to stale page data. You can use 'Retrieve Components' to manually refresh page data before creating or editing a Custom UI step.
Attributes
- Sys ID: a0e0e3055350230043e4ddeeff7b1221
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `sn_atf.page_data_capture.enabled` controls whether page data is captured during tests with Custom UI steps. When set to true, this property ensures that page data is refreshed each time a test is run, providing the most up-to-date information for Custom UI steps. Disabling this property (setting it to false) can speed up test execution by skipping the page data capture, but it may result in using stale data for Custom UI steps. If the property is set to false, you can manually refresh the page data by using the 'Retrieve Components' feature before creating or editing a Custom UI step. This property is useful for balancing the need for fresh data against the performance of test runs.
Source