Automatically copy files into subfoldersHi everyone, I hope I'm posting this in the correct forum - sorry if that's not the case. I'm trying to find out how to write a script or automator instruction to copy selected files into a folder and ...view more
Applescript to record webcam videoHi, I am new to applescripts and I am trying to write a script to record from webcam for say X seconds. I am using the script below but I am getting an error that I do not have permission to save this file to ...view more
Variables in a file pathI have a working script that creates a folder each week and labels it with the day and the month eg. "...files/17Jan/" I now would like the same script to follow on and open a word template and save it to that folder...view more
Thread Click a menu option - can't figure out hierarchy
Click a menu option - can't figure out hierarchyI am using Applescript to perform a number of image tasks. I am using my iPhone as the image capture device, however I am using QuickTime Player so I can see what the camera sees before I take the picture. The issue i...view more
Get Slider value in AppleScript variableI am looking for a pointer on where to start with this project please. I want to create an app with a simple slider control - say, 10% divisions on a scale 0-100% - and then to feed this input to a script vari...view more
Thread perhaps, simple question variable string in pop-up
perhaps, simple question variable string in pop-upHi I write a names who helped me in previous question but now list is very big and sorry, without personal nicks Hi all we have a string set scany_col to {{15677, 5654, 7453}, {37008, 19532, 17733}, ...view more
variable name of variableHello all (especially @Niel & @Stivejobstan123 & @Camelot) next question by beginner: can I ask (and, actually, create) a variable by name in this way: repeat 3 times ...view more
UI Scripting - Attribute ValueIs it possible to get an attribute value when UI scripting? Using the Accessibility Inspector I can see an attribute accessibilityVisibleRows in an AXOutline element, but I don't know how to get hold of it.view more
pass text as string applescriptHello everybody, I trying to write apple script and now script returns me results as "11,22,33" as a text how can I convert it to string {11,22,33} solution with "item 1", "item 2",, etc doesn't work because...view more
Thread Applescript Iterate UIElements using Javascript
Applescript Iterate UIElements using JavascriptCould someone please help me to make a script that reports all the children and its properties of an uielement? It's similar to entireContents() function. Here's my recursive function. function iterate(obj) { for (v...view more
Thread How to select a camera for Quicktime in Applescript?
How to select a camera for Quicktime in Applescript?ElCap 10.11.5 (15F34) I'm trying to automate a screen recording of one of several iPhones we're running tests on in parallel (using several robot users on the same machine). Since Quicktime sadly only support...view more
Applescript do javascript submit in safariHi, I have a script that is supposed to do a bunch of stuffs on safari like ticking radio boxes and all, saving then submitting. However, upon clicking the submit button - manually / with script, there...view more
Defaults Write Key in Nested StructureHello, I'm trying to change the SidebarWidth key within the WindowState dictionary which is within the NetworkViewSettings dictionary in the com.apple.finder.plist, but can't figure out how to do it. I'v...view more