---
title: 'Firefox Unbranded : Automatically test Firefox extensions'
description: Firefox Unbranded Testing - Automatically test Firefox extensions with
  Selenium.
source_url:
  html: https://testingbot.com/support/other/firefox-unbranded
  md: https://testingbot.com/support/other/firefox-unbranded/index.md
---
# Firefox Unbranded

TestingBot no longer recommends using Firefox Unbranded.   
 If you are looking to test unsigned Firefox extensions, you can use the [load-extension](https://testingbot.com/support/web-automate/selenium/browser-extension) command which will install signed and unsigned extensions on Firefox.

## How to use

Typically you'll only want to use Firefox Unbranded for [extension testing](https://testingbot.com/support/web-automate/selenium/browser-extension).

To test a Firefox extension, please see the following example:

    DesiredCapabilities caps = new DesiredCapabilities();
    caps.setCapability("platform", "WIN7");
    caps.setCapability("browserName", "firefox-unbranded");
    caps.setCapability("version", "latest"); // for example

### Looking for more help?

Have questions or need more information? Reach out via email or Slack.

[Email us](https://testingbot.com/contact/new)[Slack Join our Slack](https://join.slack.com/t/testingb0t/shared_invite/zt-3bcw9xch-jk19~6XPs_xBrsAgAedkCw)
