# browserName

> Name of browser.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public string browserName
```

### Remarks

Filter based on name of the browser. For example, Chrome, Firefox.

**Note**: This property only accepts a valid regular expression.
