私の現在のコードには、「WatchMeDo」ブロックが含まれています。 ⌘W キーストロークしてから新しいURLを開きますが、それはちょっと厄介です。 Automatorを使用して現在のタブ内のURLを開く方法はありますか? AppleScriptも受け入れられます。
(この質問はスタックオーバーフローには基本的すぎますか?)
tell application "Safari" to set the URL of the current tab of the front document to "whateverURLYouWant.com"