Apple Script / Script Editor to use the mouse

Hi
  Can you write a script in script editor to move the mouse to specific coordinates and click. If so could you please write a simple script to move the mouse to coordinates {800, 310} and then click a button. Second is there a way to select an account and log in. If so can you please write a few lines to show me.Thanks.

Hi Carol,
You need System Preferences>Universal Access>"Enable Access for Assistive Devices" checked for this to work, and of course if it isn't a Finder button you'd change something...
activate application "Finder"
tell application "System Events"
  tell process "Finder"
  click at {800, 310}
  end tell
end tell
Or if you want to use Terminal...
http://www.hamsoftengineering.com/codeSharing/MouseTools/MouseTools.html

Similar Messages

  • Apple Script Editor

    Hi Everyone,
    I was just wondering that if I have created a script using Apple script recorder button and it does what I have wanted. Now I was just wandering that how would I save it so that when I click on it, script will run and do what it suppose to do?
    Thanks,

    Hi Colin,
    Thanks for your reply. I was able to record some of the action and when I have tried to execute that using apple script editor and it works fine. But once I saved that script using .scpt extension and then tried to click on it then it just opened the script editor but did not run without click execute. Do you know why?
    Thanks,

  • Lost my apple script editor

    During a recent reinstallation of my OS, I transferred some of the contents of the previous system folder to the new folder. Inadvertently I erased the folder for the apple script editor with an empty folder; does anyone know how I can get that single folder/application without reinstalling everything? I asked a friend to attach his scripteditor to an email to me, but he was unable to do that. Thanks for suggestions.

    I found the answer: http://www.macupdate.com/info.php/id/6812 Pacifist, a shareware application
    (developer:mailto:[email protected]) that allows you to extract one item from an installation disk.

  • Delete song from iTunes 6 without using the mouse?

    Hi. My iTunes was just updated from 4.7 to 6.0.2 by Apple during a repair.
    I'm going crazy because the keyboard shortcuts aren't the same. Ugh! In iTunes 4.7 to delete a song I'd use CMD-Del followed by a quick Y (for yes). Now it's like being pestered by a little kid: do you really want to delete this? [makes you use the mouse to click delete] do you want to remove it from iTunes or keep it? [makes you use the mouse to click remove].
    Grrrr... why would I click delete it if I didn't want to delete it and why can't I just OK it with the keyboard? This is extremely annoying.
    Does anyone know how to delete stuff from iTunes with no more than 2 keyboard commands and no mouse action?

    Yeah. I found that list - lots of changes who knows why. And what's with all those Option combos? Yours was the undocumented one that I direly needed. I'm filing this new phenomenon away for future reference: try the first letter of whatever new dialog Apple comes up with.
    I'd enabled all the Universal Access features and everything trying to figure out how to avoid the mouse clicking. I was ready to downgrade to 4.7. There was no way I was going to mouse click twice to delete things.
    Thanks again.

  • I updated to the latest version and now I do not have the page controls at the right hand side and bottom and can only move the page up and down using the mouse scroll wheel. I also cannot see the whole page I am trying to view.

    When I open the web browser I cannot see the whole page and I cannot move the image sideways and must use the mouse scroll to move up and down.

    Try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete the contents the following folder:
    User/Library/Containers/com.apple.iPhoto
    3 - reboot, launch iPhoto and try again.
    NOTE: For Mavericks, 10.9,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:
    where you can check the Show Library Folder checkbox.

  • Using the mouse

    i am new to apple from pc. having a tough time using my apple mouse working with text in emails.
    i want to click on parts of the text to take the cursor to that point, sometimes it seems to work and sometimes i manage to highlight text in blue or the cursor goes back to a different part of the text.
    is there somewhere i can get a manual /tutorial on how to use the mouse?

    It is the same as a PC mouse.
    Single click to place the pointer in a place in your text.
    Double click will select the word you are pointing at.
    Triple click will select the sentence you are pointing at.
    Make sure you are dragging the mouse as you click as that would also select an area of text.

  • We have 4 iphones in our family and an Ipad.  When we purchase music I would like for the entire family to be able to use it.  Should each of us use a different apple account or should we use the same one.

    We have 4 iphones and an Ipad in our family. When we purchase music, I would like for the entire family to be able to use it and then back it up to Icloud. What is the best and cheapest way for this to happen.  Should we all have a different apple id or should we use the same one.

    You will all need to be on the same itunes account ID.
    You can however all have seperate icloud accounts aswel.

  • HT204053 My husband and I have separate apple IDs, how do we use the same iTunes account

    My husband and I have separate apple IDs , how do we use the same iTunes account

    You don't. Each ID is associated with a separate account. Each of you should maintain a separate user account on your computer so as to maintain separate iTunes Libraries. Do not sync your phone with your husbands account or Apple ID and vice-versa or your data will become inter-mixed or worse - deleted from the phone.
    Try to understand that iDevices are intended for use by one person with one Apple ID, one iTunes Library, and one iTunes account. They are not multi-user devices.

  • Can I have two apple id's but still use the same itunes

    My mom just got an iPhone. We use the same iTunes but can we both have different Apple ID's and still use the same iTunes??

    Log in and out of the iTunes Store as needed; content purchased from both can exist in the same library and on the same device.
    If you've purchased an application under one ID, you may need to be logged into it to make in-app purchases. If the iTunes library contains protected content from more than five Apple IDs, iTunes may not allow devices to be fully synced.
    (91939)

  • I and my brother have different apple id's but are using the single itunes library on our home PC.When i am syncing my iphone most of the times the apps that were purchased with my brothers apple id is also getting on my iphone.

    i and my brother have different apple id's but are using the single itunes library on our home PC.When i am syncing my iphone most of the times the apps that were purchased with my brothers apple id is also getting on my iphone.
    How do i differentiate the apps that were purchased with my apple id and sync accordingly.As i want only the apps that were purchased in my apple id.
    I am aware of the fact that i can click on the app and check with "getinfo" to see with whose apple id it is brought.but there are hundreds app which i cannot check one by one.
    How do i filter the apps with apple id and sync?

    Connect the device to the computer.
    Open iTunes.
    Select the content desired to sync.
    Sync.

  • How to get the position of a selected cell in a table without using the mouse event?

    Dear All,
        I have a question about table:After clicking the cell of a table, the cell is into the edit status. How to know the row number and column number of the cell, when I click a button?
       The link below is using the mouse down event:
       http://forums.ni.com/ni/board/message?board.id=170&message.id=260102&query.id=55917#M260102
       Is there any other way to do it? Having tried to using the "edit position"  property, but it seems not working well.
       Thanks for any suggestion.
    Hugo 
    Attachments:
    table.vi ‏17 KB

    It works well with the "edit position" property.
    See attached
    Attachments:
    table.vi ‏12 KB

  • After i have downloaded an album from iCloud to my new macbook pro. Itunes will only play one song at a time. If i hit the fast forward or back button will not do anything. I have to use the mouse to hit the next tidal in the album then hit play for it

    after i have downloaded an album from iCloud to my new macbook pro. Itunes will only play one song at a time. If i hit the fast forward or back button will not do anything. I have to use the mouse to hit the next tidal in the album then hit play for it to play the next song. Or put it in the UP NEXT.

    First, make sure these items have checkmarks next to their names in iTunes. Continuous playback only works on checked items. Itunes will play all checked items in a list whether or not they're from the same album.
    If you see that nothing in your library is checked and you want to check everything, hold down Ctrl while checking an item. This checks everything.
    Next, fixing the "1 of 1" problem is easily. Select all the tracks that make up the book/album. Let's say there are 15. Press Ctrl-I. Doublecheck that the album box is filled in with the name of the book, and if not, type it there. Enter "15" in the box for the total number of tracks. Click OK. Now all the items should be "1 of 15," "2 of 15," and so on.

  • HT3986 I have a pc that is one year old and the hard drive is crashing we use it only for quick books to run our small business I would like to buy amac and install the OS  forom the pc to the apple product i will not use the pc after can i use the OS off

    I have a pc that is one year old and the hard drive is crashing we use it only for quick books to run our small business I would like to buy a macmini and install the OS  from the pc to the apple product i will not use the pc after, can i use the OS off the pc or do I have to purchase another?

    I think you can get Windows 7 for around $99. Install the 64bit version as the 32bit version will not be able to use all your new computer's ram if you have more than about 3.5gb.
    Back up your quick books data now before the old hard drive dies. You can copy your data over to your new installation of Windows and quick books.
    By the way, there is quick books for Mac http://quickbooks.intuit.com/mac/?sc=BNR-000-COR-quickbooks&priorityCode=4902000 000&cid=ppc_google_QB-Intuit-Core-Brand-Mac_quick-books-for-mac_exact&site=&ad_i d=9347918288&raw_keyword=quick%20books%20for%20mac
    So you may not need to install Windows at all.

  • How to dismiss the spelling dialogue without using the mouse

    I'd appreciate the right tip from anyone on how to dismiss the spelling dialogue in Mail without using the mouse. (I'm one of those guys who likes to use the keyboard as much as possible.) Here's the scenario:
    I open a new message in Mail, type my text, press Cmd-Shift-D, then (because I have it set to check spelling when I "click send") up pops the spelling dialogue. That's fine as far as it goes, but many times I don't need any corrections because either I don't care or because the words are fine but just not recognized by Mail. So until now what I do is use the mouse to click on the far left one of the three round buttons in the upper left corner of the dialogue. I would like not to have to use the mouse, but pressing Esc or any other keys I try doesn't work to make it go away.
    Your advice is welcome! Thanks.

    Well, that window is actually a floating window, which means that it is meant to hang around. Notice that if you move Mail to the background (without hiding it), the spelling window hides itself, then shows itself again when you bring Mail back to the front. Floating windows are kind of in their own little world, meant to float above windows while not interfering with keystrokes sent to the frontmost window.
    I would argue that it shouldn't be a floater, because nobody's going to want it around once they're done checking spelling. But that's kind of a matter of opinion, and obviously Mail's designers thought differently.
    BTW, in the course of writing this, I discovered something -- if you click in the spelling window, so that you could type in the field there, Command-W will actually close the floater. But, of course, that still requires a click in the window with the mouse.

  • When adding bookmarks and trying to changing its name, Firefox won't allow using the mouse; Firefox will only allow using the arrow keys (MAC OS 10.5, Firefox 3.6.8)

    When adding a bookmark sometimes the web page name is too long. I used to be able to use my mouse, highlight the letters/words that I don't want, then use delete to truncate the desired bookmark name. Since the latest update/upgrade, Firefox won't let me use the mouse to click anywhere in the popup box. I can only use the arrow keys and the delete key.
    Nothing other than updates (using Mac Software Update and Firefox Update) has been done to this computer (it's a 2002 Power Mac G4-Dual 1.25GHz).

    When adding a bookmark sometimes the web page name is too long. I used to be able to use my mouse, highlight the letters/words that I don't want, then use delete to truncate the desired bookmark name. Since the latest update/upgrade, Firefox won't let me use the mouse to click anywhere in the popup box. I can only use the arrow keys and the delete key.
    Nothing other than updates (using Mac Software Update and Firefox Update) has been done to this computer (it's a 2002 Power Mac G4-Dual 1.25GHz).

Maybe you are looking for

  • Having issue in Payroll function P0014 with Payment model in Info type 0014

    Hi All, I configured payment model for bi-weekly payroll area. Payment  model is configured in a way that deduction/payment only happen in first pay period of a month in IT0014. Position 5 in table T549X payment in first pay period of 2011.. partial

  • Mail and Notes stopped working on my Macbook after 10.8.5 upgrade   iOS7 upgrade

    Hello I recently upgraded my system to 10.8.5. I also recently upgraded my 2 iphones to iOS7. Then i found out my Notes were not syncing on my macbook pro, but the sync works fine on both iphones and when i check the iCloud website, they are also upd

  • Broken ethernet port

    I purchased a Office jet Pro L7680 about 7 months ago. All of the sudden ethernet port stopped working, when it connected to my router no light on the port, no activity. Tried different router port, connect with crossover directly to PC but with stil

  • Error Code FMUP047 (Define a default account assignment for ....)

    Hello Folks, Is there anyone that face above error message when you clear bank clearing account with bank account in F-03 transaction? When I look into the content of above error, SAP recommend to make a constant, AKONT for document splitting. Then I

  • Compressor Encoding for iPhone videos - Landscape and Portrait?

    Often I create a 16x9 iphone version of my commercial project and e-mail it to my client for approval. After downloading the clip using his iPhone's email, the clips play fine in portrait mode... but won't switch to landscape when his phone is rotate