test.attachDesktopScreenshot

test.attachDesktopScreenshot(message)

This function will create a screenshot of the desktop from the system where the currently active AUT is running and store that in the test report directory. In addition an entry is being logged in the test report indicating the path of the screenshot file as well as including the specified message.

The screenshot will be stored in the lossless PNG format under the same attachments subdirectory as files attached using the test.attachFile(pathToFile, message) function and thus the same restrictions and comments regarding the used report generator apply for this function too.

This API is a shorthand for test.attachImage(grabDesktopScreenshot(), message).

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.

Search Results