|
|
#1 |
|
AppleScript - Click Button of Window not working
I'm trying to automate the set up of VirtualBox on a large deployment of MacBooks.
One of the tasks is to add an existing hard drive image to a new virtual machine. I could not see any key combination to access that button so I figured I'd just use the click button command. Code reads: tell application "System Events" ... [lots of unrelated code here] tell process "VirtualBox" click button "Existing..." of window "Create New Virtual Machine" delay 1 click button "Add" of window "Create New Virtual Machine" end tell end tell I used the Accessibility Inspector to check the aspects of the button and it says: Application: "VirtualBox" Window: "Create New Virtual Machine" Button: "Existing..." AppleScript error is: System Events got an error: Can't get button "Existing..." of window "Create New Virtual Machine" of process "VirtualBox". Any ideas?
__________________
"Type edit a:\" "Edit a colon?????" "No, edit a : ...... A :" "A colon????" "The letter a" |
|
|
|
0
|
|
|
#2 | |
|
Quote:
I get the error also, for "Sharing" on system preferences. This is the script I used: tell application "System Preferences" to activate tell application "System Events" tell process "System Preferences" click button "Network" of window "System Preferences" delay 1 end tell end tell It compiles with no errors, but it just doesn't run...
__________________
21.5" 2012 iMac, 3.1 Ghz i7, 16GB RAM, 1TB HD; 13" Aluminum Unibody Macbook, 2 Ghz, 2 GB RAM, 160 GB HD ; 64 GB iPod Touch 4g; 8GB iPhone 3g; 32GB iPhone 4s |
||
|
|
0
|
|
|
#3 |
|
Not sure the answer there, sorry, but luckily you could use a menu click
tell application "System Preferences" to activate tell application "System Events" tell process "System Preferences" tell menu bar 1 tell menu bar item "View" tell menu "View" click menu item "Network" end tell end tell end tell end tell end tell
__________________
"Type edit a:\" "Edit a colon?????" "No, edit a : ...... A :" "A colon????" "The letter a" |
|
|
|
0
|
|
|
#4 |
|
I ran into similar problems with menu commands and button names like "Existing...". Turns out you have to use an actual ellipsis character rather than 3 periods in a row. Try replacing ... with … (option key + semicolon).
|
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Resolved: YouTube not working on Safari? | deannnnn | OS X | 38 | Apr 2, 2013 06:44 PM |
| Java Applet not working on Lion | jake4ever | Mac OS X 10.7 Lion | 19 | Feb 1, 2013 09:44 AM |
| iPhone 4 ringer not working | Causality | iPhone Tips, Help and Troubleshooting | 3 | Oct 20, 2012 01:07 AM |
| Youtube not working in Safari? | Hyde244 | Mac Applications and Mac App Store | 12 | Nov 16, 2011 11:12 PM |
| Double Click to Minimize Windows Not Working - OS X 10.6 | ungraphic | Mac Applications and Mac App Store | 3 | Sep 12, 2009 11:42 PM |
All times are GMT -5. The time now is 08:34 PM.







Linear Mode

