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
Post a Comment