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
Hi, big props for library. Great tool.
I have some use case where I do automation through apps UI and I am planning to use this library to do light screen capture. It will be great to have ability to include mouse cursor in a screenshot somehow. It will help me see what automation bot is doing.
I red docs and didn't see option for that. Is there a chance to include this feature? Or enable it somehow in the other way?
Thanks!
The text was updated successfully, but these errors were encountered:
Currently, this isn't supported. Would be happy for a PR adding it under an option includeCursor! There's an implementation for each platform. macOS could easily support this as the underlying screencapture utility we use supports this with the -C` flag:
usage: screencapture [-icMPmwsWxSCUtoa] [files]
-c force screen capture to go to the clipboard
-b capture Touch Bar - non-interactive modes only
-C capture the cursor as well as the screen. only in non-interactive modes
as for the other platforms, would require a bit more research, I suspect.
Hi, big props for library. Great tool.
I have some use case where I do automation through apps UI and I am planning to use this library to do light screen capture. It will be great to have ability to include mouse cursor in a screenshot somehow. It will help me see what automation bot is doing.
I red docs and didn't see option for that. Is there a chance to include this feature? Or enable it somehow in the other way?
Thanks!
The text was updated successfully, but these errors were encountered: