Firefox
console.log を眺めていたら、下記のようなエラーが出ていた。 mork.pl: /Users/cooldaemon/Library/Application Support/Firefox/Profiles/xxxxx.default/history.dat: top level: Cannot parsemork.pl を /Users/cooldaemon/Library/Application Support/Q…
http://www.getfirebug.com/
ついでに、FireBug を 0.4.1 に、Selenium IDE を 0.8.3 に更新した。 タブ系機能が強くなって嬉しい。FireFox は、もっぱら JavaScript をゴリゴリ多用したサイトのデバックにか使ってないが、そろそろ常用しようかな。
はじめに、TextMate の HowTo ページを参考にして AppleScript をコピって見た。 tell application "Firefox" activate Get URL "JavaScript:window.location.reload();" inside window 1 end tellところが・・・「inside window 1」の辺りの指定が誤ってい…