Next-Gen App & Browser
Testing Cloud
Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles
Stay updated with the latest user agent Mozilla strings. Find the newest Firefox versions for Windows, macOS, Linux, and mobile devices.
Last updated on : 2025-04-28
A User Agent is a string of text sent by a browser to a website, identifying the browser and its underlying platform. For example, the User Agent Mozilla is a specific identifier used by browsers that are based on Mozilla technologies, primarily Mozilla Firefox, and it provides important details about the browser, operating system, and device for compatibility and rendering purposes.
An example of a Mozilla User Agent string would look like this:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0The User Agent string "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" contains the following components:
The inclusion of Mozilla/5.0 in modern browsers is mostly for backward compatibility. When the User Agent string was first developed, browsers like Netscape Navigator used "Mozilla" as part of their identifier. Over time, other browsers (including Firefox) adopted this convention for compatibility with older websites that might expect it.
Modifying the User Agent string can be useful in several scenarios, such as testing how a website behaves on different browsers or devices. Here's how you can modify it in Mozilla Firefox:
Using Developer Tools:
Using Extensions:
There are several browser extensions available (such as User-Agent Switcher) that allow you to change the User Agent string persistently, providing a more user-friendly way to test different user environments.
Via Firefox Browser:
about:support
in the address bar.Using JavaScript:
navigator.userAgent;
Using Online Tools:
You can also visit websites like What is My User Agent to instantly see the User Agent string for your Mozilla Firefox browser.
KaneAI - Testing Assistant
World’s first AI-Native E2E testing agent.
Check Your Browser's Compatibility Score
Explore how your CSS, JavaScript, and other web technologies perform on the latest browsers.
Check NowGet instant access to 3000+ real browser versions for testing!