Automator question - Safari


i have workflow set grab url's want, link url's each page, filter them keeping ones want.

wondering if there way have url's cycle 1 after in 1 window, on 1 tab, instead of opening them in many windows or tabs. thanks.
 

here's applescript might want. maybe give ideas solve trying do.

code:
set urls {"http://www.apple.com", "http://www.google.com"}    tell application "safari"  	activate  	make new document  	repeat aurl in urls  		set url of front document aurl  		delay 5  	end repeat  end tell
-numero
 


Forums Macs Mac Programming


  • iPhone
  • Mac OS & System Software
  • iPad
  • Apple Watch
  • Notebooks
  • iTunes
  • Apple ID
  • iCloud
  • Desktop Computers
  • Apple Music
  • Professional Applications
  • iPod
  • iWork
  • Apple TV
  • iLife
  • Wireless

Comments