Changeset 701
- Timestamp:
- 07/19/07 15:36:45 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-firefox/bin/StartManager.pl
r696 r701 24 24 # They can however supply multiple urls which will be processed in order 25 25 26 my $driver = " IE";27 my $config = "/vm/master-vms/Agent.Master-2 2/winXPPro.cfg";26 my $driver = "FF"; 27 my $config = "/vm/master-vms/Agent.Master-23/winXPPro.cfg"; 28 28 my $maxrel = 10; 29 29 my $nexturl = ""; honeyclient/branches/exp/kindlund-firefox/lib/HoneyClient/Agent.pm
r605 r701 113 113 # TODO: Eventually, make this more dynamic, based upon the presence of HoneyClient::Agent::Driver::* elements 114 114 # within the global configuration file. Or, feed the initialization logic through init() as part of the arguments. 115 @DRIVERS = ( ' IE' );115 @DRIVERS = ( 'FF' ); 116 116 foreach (@DRIVERS) { 117 117 eval "use HoneyClient::Agent::Driver::Browser::$_";
