Has anyone been able to create a button that takes a screenshot of the their current app?
1 Like
Hey @swohlman,
Unfortunately, I havenโt heard of a great way to accomplish this. One way that you might be able to take a screenshot of the app programmatically is via Seleniumโs get_screenshot_as_file
method.