1. Make sure Quicksilver is authorized in the Accessibility section of the Privacy tab in the Security and Privacy pane in System Preferences. 2. Next time you log in to Gmail, just tell Google to keep you logged in and/or tell Safari to remember your login credentials. Then you will be able to skip all the GUI scripting entirely, and just open www.gmail.com with the Open URL action. 3. Change your password immediately, since you just posted it here for anyone on the Internet to see. 4. Never, ever store a password in plain text a readable script file. It is A Terrible Idea.
On Friday, December 6, 2013 5:57:27 PM UTC-5, Zech wrote: > > Thanks. Here's the gmail one, with my password changed obviously! > > > *tell* *application* "Safari" *to* *launch* > > *tell* *application* "Safari" *to* *open location* "http://www.gmail.com/" > > *tell* *application* "Safari" *to* *activate* > > *tell* *application* "System Events" *to* *delay* 4.0 > > *tell* *application* "System Events" *to* *keystroke* > "[email protected]<javascript:> > " > > *tell* *application* "System Events" *to* *delay* 0.5 > > *tell* *application* "System Events" *to* *keystroke* tab > > *tell* *application* "System Events" *to* *delay* 0.5 > > *tell* *application* "System Events" *to* *keystroke* "jfjo4o3nf590sm" > > *tell* *application* "System Events" *to* *delay* 0.5 > > *tell* *application* "System Events" *to* *keystroke* return > > > > On Friday, December 6, 2013 5:54:12 AM UTC, Jon Stovell wrote: >> >> Can you post the code from one of the affected scripts? >> >> On Thursday, December 5, 2013 10:58:25 AM UTC-5, Zech wrote: >>> >>> Hi, I have a few very simple applescript programs triggered by >>> Quicksilver, that have gone haywire since I installed Mavericks. >>> >>> They are just meant to do things like open gmail and type in my username >>> and password. All of them work fine when run direct from AppleScript, just >>> not via Quicksilver. When I trigger them from Quicksilver, it opens lots of >>> windows and puts in the username/password repeatedly in various orders. And >>> the strange thing is it seems to do a different thing each time. >>> >>> I have updated Quicksilver, but to no effect. >>> >>> Any ideas? Many thanks in advance, and sorry if I missed this in the >>> FAQs. >>> >> -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/groups/opt_out.
