ClassBrowserSelectionUtils
Definition
Namespace:ArtOfTest.WebAii.Design.UI.BrowserSelection
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
public static class BrowserSelectionUtils
Inheritance: objectBrowserSelectionUtils
Fields
BrowsersCalibrationUrl
Declaration
public const string BrowsersCalibrationUrl = "https://docs.telerik.com/teststudio/features/project-settings/browsers"
Field Value
ConfigureChromeUrl
Declaration
public const string ConfigureChromeUrl = "https://docs.telerik.com/teststudio/general-information/configure-your-browser/chrome"
Field Value
ConfigureEdgeChromiumUrl
Declaration
public const string ConfigureEdgeChromiumUrl = "https://docs.telerik.com/teststudio/general-information/configure-your-browser/edge-chromium"
Field Value
ConfigureEdgeUrl
Declaration
public const string ConfigureEdgeUrl = "https://docs.telerik.com/teststudio/general-information/configure-your-browser/edge"
Field Value
ConfigureFirefoxUrl
Declaration
public const string ConfigureFirefoxUrl = "https://docs.telerik.com/teststudio/general-information/configure-your-browser/firefox"
Field Value
ConfigureIeUrl
Declaration
public const string ConfigureIeUrl = "https://docs.telerik.com/teststudio/general-information/configure-your-browser/internet-explorer"
Field Value
ConfigureSafariUrl
Declaration
public const string ConfigureSafariUrl = "https://docs.telerik.com/teststudio/general-information/configure-your-browser/safari"
Field Value
Properties
ChromeExecutionImage
Declaration
public static GlyphIcon ChromeExecutionImage { get; }
Property Value
ChromeRecorderImage
Declaration
public static GlyphIcon ChromeRecorderImage { get; }
Property Value
DefaultExecutionImage
Declaration
public static GlyphIcon DefaultExecutionImage { get; }
Property Value
DefaultRecaptureImage
Declaration
public static GlyphIcon DefaultRecaptureImage { get; }
Property Value
DefaultRecorderImage
Declaration
public static GlyphIcon DefaultRecorderImage { get; }
Property Value
EdgeChromiumExecutionImage
Declaration
public static GlyphIcon EdgeChromiumExecutionImage { get; }
Property Value
EdgeChromiumRecorderImage
Declaration
public static GlyphIcon EdgeChromiumRecorderImage { get; }
Property Value
FireFoxExecutionImage
Declaration
public static GlyphIcon FireFoxExecutionImage { get; }
Property Value
FireFoxRecorderImage
Declaration
public static GlyphIcon FireFoxRecorderImage { get; }
Property Value
InternetExplorerExecutionImage
Declaration
public static GlyphIcon InternetExplorerExecutionImage { get; }
Property Value
InternetExplorerRecorderImage
Declaration
public static GlyphIcon InternetExplorerRecorderImage { get; }
Property Value
SafariExecutionImage
Declaration
public static GlyphIcon SafariExecutionImage { get; }
Property Value
Methods
GenerateBrowserSelectionOptions()
Declaration
public static IEnumerable<BrowserSelectionOption> GenerateBrowserSelectionOptions()
Returns
GenerateResponsiveBrowserSelectionOptions()
Declaration
public static IEnumerable<BrowserSelectionOption> GenerateResponsiveBrowserSelectionOptions()
Returns
GetBrowserCalibrationDocumentationLink(BrowserType)
Declaration
public static string GetBrowserCalibrationDocumentationLink(BrowserType browserType)
Parameters
browserType
Returns
GetExecutionImage(BrowserType)
Declaration
public static GlyphIcon GetExecutionImage(BrowserType browserType)
Parameters
browserType
Returns
GetPersistedResponsiveOption()
Declaration
public static BrowserType GetPersistedResponsiveOption()
Returns
GetRecaptureImage(BrowserType)
Declaration
public static GlyphIcon GetRecaptureImage(BrowserType browserType)
Parameters
browserType
Returns
GetRecorderImage(BrowserType)
Declaration
public static GlyphIcon GetRecorderImage(BrowserType browserType)
Parameters
browserType
Returns
GetUserSelectedBrowserType(DialogModes, bool, ref BrowserType, ref string)
Declaration
public static bool GetUserSelectedBrowserType(BrowserSelectionView.DialogModes mode, bool isExecutionMode, ref BrowserType browserType, ref string navigateUrl)
Parameters
mode
BrowserSelectionView.DialogModes
isExecutionMode
browserType
navigateUrl
Returns
GetUserSelectedBrowserType(DialogModes, ref BrowserType, ref string)
Declaration
public static bool GetUserSelectedBrowserType(BrowserSelectionView.DialogModes mode, ref BrowserType browserType, ref string navigateUrl)
Parameters
mode
BrowserSelectionView.DialogModes
browserType
navigateUrl
Returns
GetUserSelectedBrowserTypeForTestType(TestType, DialogModes, bool, ref BrowserType, ref string)
Declaration
public static bool GetUserSelectedBrowserTypeForTestType(TestType testType, BrowserSelectionView.DialogModes mode, bool isExecutionMode, ref BrowserType browserType, ref string navigateUrl)
Parameters
testType
mode
BrowserSelectionView.DialogModes
isExecutionMode
browserType
navigateUrl
Returns
GetUserSelectedResponsiveBrowserType(ref BrowserType, ref string, DialogModes, bool, BrowserType[])
Declaration
public static bool GetUserSelectedResponsiveBrowserType(ref BrowserType browserType, ref string navigateUrl, BrowserSelectionView.DialogModes mode, bool isExecutionMode, BrowserType[] supportedBrowsers)
Parameters
browserType
navigateUrl
mode
BrowserSelectionView.DialogModes
isExecutionMode
supportedBrowsers
Returns
ValidateSelectedBrowser(PersistableBrowserOptions)
Declaration
public static bool ValidateSelectedBrowser(PersistableBrowserOptions browserOption)
Parameters
browserOption
Returns