Is it possible to intercept screen recording requests on MacOS?
I have a few apps that run simultaneously, which all intermittently grab screenshots at different times. I’d like to intercept these requests and let them hang until I manually hit a button to approve, ideally in some kind of modal or pop up.
Is it possible to intercept screen recording requests on MacOS?
I have a few apps that run simultaneously, which all intermittently grab screenshots at different times. I’d like to intercept these requests and let them hang until I manually hit a button to approve, ideally in some kind of modal or pop up.
Problem automating screen capture on mac mini with m1 running sonoms
I am trying to run this applescript to capture screenshots while I watch a youtube video on chrome,
I am running on a Mac Mini with the M1 chip and Sonoma 14.5
Here is the basic script
Quit application by bundle identifier (AppleScript)
I’m trying to quit an application with an AppleScript by providing its bundle identifier.