Changeset 747
- Timestamp:
- 07/23/07 17:22:17 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-firefox/lib/HoneyClient/Agent/Driver/Browser/FF.pm
r746 r747 384 384 diag("About to restart FF. Please check if the \"Restore Previous Session\" dialog box appears."); 385 385 diag(""); 386 $question = prompt("# Pick another website for FF browse to:", "http://www.mitre.org");386 $question = prompt("# Pick another website for FF to browse to:", "http://www.mitre.org"); 387 387 $ie->drive(url => $question); 388 388 honeyclient/branches/exp/kindlund-firefox/t/honeyclient_agent_driver_browser_ff.t
r746 r747 136 136 diag("About to restart FF. Please check if the \"Restore Previous Session\" dialog box appears."); 137 137 diag(""); 138 $question = prompt("# Pick another website for FF browse to:", "http://www.mitre.org");138 $question = prompt("# Pick another website for FF to browse to:", "http://www.mitre.org"); 139 139 $ie->drive(url => $question); 140 140
