Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property determines whether full-page screenshots are captured during automated testing, affecting the completeness of visual test results. |
| What area does it affect? |
Automated Testing Framework |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when optimizing screenshot performance or ensuring full-page captures in testing scenarios. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.screenshots.capture_full_page |
| Sys ID |
166c5d9373662010ac1560bdfaf6a750 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| 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) |
| Updated |
2024-05-25 04:30:54 |
Sources
Related properties