AppleScript : find open tab in safari by name and open it -


i'm looking way find if webpage open opened tab, , if so, focus tab.

i tried code not working @ all.

set closeurls {"http://www.yahoo.com"}  repeat theurl in closeurls     tell application "safari" open (every tab of every window url contains (contents of theurl)) end repeat 

update : find : http://protips.maxmasnick.com/applescript-to-find-fastmail-tabs-in-safari

i have written script fast, , lets use regular expressions specifying either parts of url, or title of tab. remembers last searchterm, , lets list tabs got. :) can find here: macscripter / how converting list of list single list

hth


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -