Selenium is for automating web pages. httpfox is a Firefox plugin.
Selenium does not work outside the browser chrome. It does not drive
the browser menus, plugins, etc. This part of the browser is a desktop
application and not part of the web application. If you want to
automate Firefox plugins you really want to automate the desktop
application called Firefox.
Darrell