Class BrowserSelectionUtils
Inheritance
System.Object
BrowserSelectionUtils
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public static class BrowserSelectionUtils
Fields
Declaration
public const string BrowsersCalibrationUrl = "https://docs.telerik.com/teststudio/features/project-settings/browsers"
Field Value
Properties
Declaration
public static BitmapImage ChromeExecutionImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage ChromeRecaptureImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage ChromeRecorderImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage DefaultExecutionImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage DefaultRecaptureImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage DefaultRecorderImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage EdgeChromiumExecutionImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage EdgeChromiumRecaptureImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage EdgeChromiumRecorderImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage FireFoxExecutionImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage FireFoxRecaptureImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage FireFoxRecorderImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage InternetExplorerExecutionImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage InternetExplorerRecaptureImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage InternetExplorerRecorderImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage SafariExecutionImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage SafariRecaptureImage { get; }
Property Value
|
System.Windows.Media.Imaging.BitmapImage
|
Methods
Declaration
public static IEnumerable<BrowserSelectionOption> GenerateBrowserSelectionOptions()
Returns
Declaration
public static IEnumerable<BrowserSelectionOption> GenerateResponsiveBrowserSelectionOptions()
Returns
Declaration
public static string GetBrowserCalibrationDocumentationLink(BrowserType browserType)
Parameters
Returns
Declaration
public static BitmapImage GetExecutionImage()
Returns
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage GetExecutionImage(BrowserType browserType)
Parameters
Returns
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BrowserType GetPersistedOption()
Returns
Declaration
public static BrowserType GetPersistedResponsiveOption()
Returns
Declaration
public static BitmapImage GetRecaptureImage()
Returns
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage GetRecaptureImage(BrowserType browserType)
Parameters
Returns
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage GetRecorderImage()
Returns
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static BitmapImage GetRecorderImage(BrowserType browserType)
Parameters
Returns
|
System.Windows.Media.Imaging.BitmapImage
|
Declaration
public static bool GetUserSelectedBrowserType(BrowserSelectionView.DialogModes mode, ref BrowserType browserType, ref string navigateUrl)
Parameters
Returns
Declaration
public static bool GetUserSelectedBrowserType(BrowserSelectionView.DialogModes mode, bool isExecutionMode, ref BrowserType browserType, ref string navigateUrl)
Parameters
Returns
Declaration
public static bool GetUserSelectedBrowserTypeForTestType(TestType testType, BrowserSelectionView.DialogModes mode, bool isExecutionMode, ref BrowserType browserType, ref string navigateUrl)
Parameters
Returns
Declaration
public static bool GetUserSelectedResponsiveBrowserType(ref BrowserType browserType, ref string navigateUrl, BrowserSelectionView.DialogModes mode, bool isExecutionMode, BrowserType[] supportedBrowsers)
Parameters
Returns
Declaration
public static bool ValidateSelectedBrowser(PersistableBrowserOptions browserOption)
Parameters
Returns