Table of Contents

Class UserAgent

Namespace
Xping.Sdk.Core.Common
Assembly
Xping.Sdk.Core.dll

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

string

ChromeDesktop

Represents a user agent string for Google Chrome on desktop.

public static readonly string ChromeDesktop

Field Value

string

ChromeiOSMobile

Represents a user agent string for Google Chrome on iOS mobile devices.

public static readonly string ChromeiOSMobile

Field Value

string

EdgeDesktop

Represents a user agent string for Microsoft Edge on desktop.

public static readonly string EdgeDesktop

Field Value

string

FirefoxAndroidMobile

Represents a user agent string for Mozilla Firefox on Android mobile devices.

public static readonly string FirefoxAndroidMobile

Field Value

string

FirefoxDesktop

Represents a user agent string for Mozilla Firefox on desktop.

public static readonly string FirefoxDesktop

Field Value

string

FirefoxiOSMobile

Represents a user agent string for Mozilla Firefox on iOS mobile devices.

public static readonly string FirefoxiOSMobile

Field Value

string

SafariMobile

Represents a user agent string for Safari on mobile devices.

public static readonly string SafariMobile

Field Value

string