Tagged Questions
1
vote
1answer
140 views
AppleScript: Open a new window in current space without switching to active window in another space
I want to have an application open a new window in the current space without switching to a space in which a window is already open, but I want to keep the
When switching to an application, switch ...
0
votes
1answer
125 views
Applescript to automate drop-down selection in Mozilla Firefox
I'm trying to automate the selection of a value from a drop-down box in Mozilla using an applescript. What I want it to do is to tab to the drop-down box and enter down twice to select the third item ...
0
votes
0answers
123 views
iCloud Find My Mac configuration using script
A Macbook Pro from a friend of mine was stolen and I am trying to create a script in order to activate the 'Find My Mac' feature of is iCloud account configured in his Macbook Pro.
Is there a way to ...
1
vote
2answers
1k views
Change Date Created based on the filename
I've downloaded a bunch of my Instagram images but the Date Created of the files is set to the time that I initiated the download. What I do have though is the Date Created in the filename. What I ...
5
votes
1answer
7k views
How do I automate a key press in AppleScript?
Is it possible to automate the key press of a key (such as "a" or "<") in Mozilla Firefox, Google Chrome or Safari (in this order)?
I'd like to automate the key press of "a" for example in Mozilla ...
7
votes
3answers
8k views
How do I open Google Chrome in Incognito mode by default
Is there any way (using apple script or by using settings on chrome) to open Google Chrome in incognito mode.
3
votes
2answers
7k views
Converting HTML to PDF using convert utility in Mac OS X
I'm trying to convert a bunch of HTML files into PDF files. I'm looking for an automated solution so that i don't have to open each HTML file individually and convert it to PDF. In Mac OSX, convert ...
5
votes
1answer
308 views
How to Listen For an Application Launch Event on Mac OS X
I wrote an AppleScript to mount a bundled sparse disk image. I want this script to be executed exactly when Time Machine launches.
I can check if Time Machine is running with on idle statement,
on ...
2
votes
1answer
272 views
Remember desktop state after reboot
Does anyone know if desktop switching can be done programatically? Exposé activation and deactivation? I know of the screencapture command for the last part of my proposed solution.
I would like to ...
