sourceforge-appscript
Using appscript how can I accept self-signed SSL cert in Safari
I\'m trying to automate some stuff which involves browsing to a https url. I\'m using py-appscript with Safari on Mac OS X. But when Safari navigates to the https URL, since I have a self-signed certi[详细]
2023-02-23 02:15 分类:问答python appscript module - creating k. type objects
I\'m learning and enjoying the appscript module, but I\'m a little confused about how to instantiate basic k. type objects.[详细]
2023-02-14 22:13 分类:问答Turn id back into a reference object in AppScript objective-c
I\'m writing an app that talks to Mail using Objective-C-appscript (objc-appscript). I want to make a copy of the currently selected mail messages and perform some processing o开发者_运维问答n it at a[详细]
2023-02-06 16:10 分类:问答Bouncing Python Application in Mac Dock when Accessing URLs with py-appscript
This has been a recurring, strange issue for me when accessing URLs using py-appscript, first in Safari and now 开发者_StackOverflowin Chrome.[详细]
2023-01-30 22:45 分类:问答py-appscript & events
Is it possible to subscribe to events using py-appscript ? Example: I\'d like to get开发者_开发问答 a callback when a user changes a rating on iTunes.Some very few applications are recordable: that i[详细]
2023-01-18 16:07 分类:问答Translate Applescrip [key code 125 using command down] to appscript
how to translate the fol开发者_开发知识库lowing Applescript to appscript: tell application \"System Events\"[详细]
2023-01-17 04:51 分类:问答AppleScript: I copied the Finder selection to the clipboard. Can I get the full path to the copied items?
I have one or many files and/or folders selected in the Finder. I manually copy them to the clipboard/pasteboard (⌘C).[详细]
2023-01-11 19:54 分类:问答How would I write the following applescript in Obj-C AppScript? ASTranslate was of no help =(
The translation tool isn\'t able to translate this working code.I copiedit out of a working script. set pathToTemp to (POSIX path of ((path to desktop) as string))[详细]
2022-12-28 09:28 分类:问答How to set value of current Numbers cell using Py-Appscript
This seems like a straightforward operation but I am stumped. How do you set value of current Numbers cell using Py-Appsc开发者_JAVA技巧ript?Pretty tediously, but working:[详细]
2022-12-16 16:29 分类:问答How to set selection for a table in Numbers?
How do you set the selection for a table in Numbers using py-appscript? This seems like it should be really simple to do but the solution is frustratingly evasive. I can get the current selection:[详细]
2022-12-11 07:15 分类:问答