On Tuesday, August 2, 2016 at 3:02:56 AM UTC+2, Rob McBroom wrote:
>
> That’s not really an option, since asking Safari what’s in the address bar 
> is how we get the bad info to begin with.
>

A plain applescript confirms this. UI scripting returns the right value 
though.

tell application "Safari"
 get properties of current tab of window 1 
 --> {name:"Failed to open page", URL:
"file:///Applications/Safari.app/Contents/Resources/", index:6, visible:true
, class:tab} 
end tell

 

-- 
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 https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to