You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take a screenshot to assist the user in debugging or designing an app. They may need help with moving a screen element, or interacting in some way where you could do with seeing the screen.
18
+
Optionally, resize the image using the `sips` cli tool. You may do this fs there is potential for error in the payload size.
14
19
20
+
Args:
21
+
resize (Optional[int]): Optional argument to resize the image.
15
22
Return:
16
23
(str) a path to the screenshot file, in the format of image: followed by the path to the file.
0 commit comments