Class UserAgent
Contains commonly used user agent strings for desktop and mobile browsers.
public static class UserAgent
- Inheritance
-
UserAgent
- Inherited Members
Remarks
The UserAgent class provides a convenient way to access predefined user agent strings that can be used to simulate different browsers in HTTP requests. This can be particularly useful when performing automated testing where mimicking a specific browser is required.
Fields
ChromeAndroidMobile
Represents a user agent string for Google Chrome on Android mobile devices.
public static readonly string ChromeAndroidMobile
Field Value
ChromeDesktop
Represents a user agent string for Google Chrome on desktop.
public static readonly string ChromeDesktop
Field Value
ChromeiOSMobile
Represents a user agent string for Google Chrome on iOS mobile devices.
public static readonly string ChromeiOSMobile
Field Value
EdgeDesktop
Represents a user agent string for Microsoft Edge on desktop.
public static readonly string EdgeDesktop
Field Value
FirefoxAndroidMobile
Represents a user agent string for Mozilla Firefox on Android mobile devices.
public static readonly string FirefoxAndroidMobile
Field Value
FirefoxDesktop
Represents a user agent string for Mozilla Firefox on desktop.
public static readonly string FirefoxDesktop
Field Value
FirefoxiOSMobile
Represents a user agent string for Mozilla Firefox on iOS mobile devices.
public static readonly string FirefoxiOSMobile
Field Value
SafariMobile
Represents a user agent string for Safari on mobile devices.
public static readonly string SafariMobile