IESettings.Check64BitBrowserVersionSupport Method ()

 

Check for IE64 browser version support.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public static bool Check64BitBrowserVersionSupport()
public:
static bool Check64BitBrowserVersionSupport()
static member Check64BitBrowserVersionSupport : unit -> bool
Public Shared Function Check64BitBrowserVersionSupport As Boolean

Return Value

Type: System.Boolean

True if 64-bit supported for the current Internet Explorer version and operating system.

See Also

IESettings Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top