Type Alias BrowserType

BrowserType:
    | "chrome"
    | "firefox"
    | "safari"
    | "unknown"