Re: Timeout Not Working As Expected
Re: Timeout Not Working As Expected
- Subject: Re: Timeout Not Working As Expected
- From: "S. J. Cunningham" <email@hidden>
- Date: Wed, 18 Mar 2015 15:06:36 -0400
On Mar 18, 2015, at 1:44 PM, Christopher Stone wrote:
> Hey Steve,
>
> On a side-note:
>
> Any special reason you're not using this form?
>
> do shell script "open -a Firefox http://www.yahoo.com"
>
> --
> Best Regards,
> Chris
No, I just copied the form from the iMacros wiki. Then I realized a lot of people on this list might not recognize iMacros so I changed it to Yahoo. The form you suggest doesn't hang. I still don't understand why the other one does.
Firefox doesn't support Applescript but I discovered that
tell application "Firefox" to open location "http://www.yahoo.com"
works so I can skip the shell script or (ugh!) GUI scripts.
Curiously
tell application "Firefox" to open url "http://www.yahoo.com"
used to work but it doesn't any longer.
I am writing an Applescript to run an iMacros script directly:
tell application "Firefox" to open location "imacros://run/?m=Name.iim"
That's how I stumbled across it.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden