Ticket #62 (closed bug: fixed)

Opened 1 year ago

Last modified 6 months ago

Firefox browsing not possible

Reported by: stephenson Assigned to: kindlund
Priority: high Milestone: 0.9
Component: HoneyClient::Agent::Driver::Browser::FF Version: 0.98
Severity: none Keywords: Firefox, Browser
Cc:

Description (Last modified by kindlund)

1) On HC5 2) Running my experimental branch code 3) Using Agent-Master-21 4) Putting 'FF' in the $driver variable of the bin/StartManager.pl script

The Manager code exits claiming that it was given an empty URL list and calls DestroyVM(). I ran in the same environment with the 'IE' driver and it works fine. Not sure where to start with this bug especially since the VM gets destroyed immediately…

Attachments

Change History

06/29/07 16:41:51 changed by stephenson

Sorry, the Manager code exits (although, it does exist, too).

07/12/07 13:43:55 changed by kindlund

  • owner changed from knwang to kindlund.
  • priority changed from normal to high.
  • status changed from new to assigned.
  • component changed from Unknown to HoneyClient::Agent::Driver::Browser::FF.
  • milestone set to 0.9.

Will test and verify issue with a new bug branch.

07/19/07 15:26:34 changed by kindlund

  • description changed.

Yeah, I see the issue. I'm going to have to create a separate experimental branch 'kindlund-firefox' to resolve it. I'm closing the bug 62 branch, since I'll have to fix this in the trunk.

07/23/07 18:24:28 changed by kindlund

  • status changed from assigned to closed.
  • resolution set to fixed.

Committed fix to trunk as r751.

To use 'FF' instead of 'IE', simply edit the bin/StartManager.pl script and change the line that starts with:

my $driver = "HoneyClient::Agent::Driver::Browser::IE";

To:

my $driver = "HoneyClient::Agent::Driver::Browser::FF";

I'll update the user documentation accordingly, now that this fix has been committed. The only issue is that we need to roll a new stable release, so that our documentation reflects the latest stable and not just the trunk.

08/29/07 14:07:55 changed by kindlund

  • version changed from none to 0.98.

03/03/08 18:32:44 changed by kindlund

As of version 1.0.1, if you want to enable Firefox support, it is recommended that you specify the custom driver from the command line. Here is an example:

cd ~/honeyclient
perl -Ilib bin/StartManager.pl --driver HoneyClient::Agent::Driver::Browser::FF --url_list urls.txt

Add/Change #62 (Firefox browsing not possible)




Change Properties
Action