こんにちは、単純なルーター クラッカーに取り組んでいますが、この部分はコンパイルされません (これはルーターの IP を検索して、そのサービス プロバイダーを見つけるためのものです) (取得した場合)
tell application "Safari"
activate
open location "http://www.techspot.com/guides/287-default-router-ip-addresses/"
keystroke "f" using {command down, shift down}
set search to text returned of (display dialog "router ip" default answer "" buttons {"cancel", "find it"} default button 2)
search
keystroke "enter" using {command down, shift down}