Automated Test Framework: Screenshot does not display the bottom of a UI Element because it is hidden by the bottom of the page.Description Screenshot does not display the bottom of an UI Element because it is hidden by the bottom of the page. Steps to Reproduce Navigate to Automated Test Framework > Tests. Open the "Transit benefits: create new request" test case. Click Run test. After the test fails, click Go to result. Note that the screenshot is cut off. Workaround The screenshot resolution is the size of the Client Test Runner test frame. By default, the test frame is 800px height by 600px width. To change the test frame, add sys_properties records for: ATF Client Test Runner frame width: name: sn_atf.atf_test_runner.testframe.min_width value: ####px ATF Client Test Runner frame height: name: sn_atf.atf_test_runner.testframe.min_height value: ####px Related Problem: PRB1040637