UIActionInterpreter.CurrentBrowser Property

Gets or sets a string that contains the name and version of the current browser.

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

Syntax

'Declaration
Public Property CurrentBrowser As String
public string CurrentBrowser { get; set; }
public:
property String^ CurrentBrowser {
    String^ get ();
    void set (String^ value);
}
member CurrentBrowser : string with get, set
function get CurrentBrowser () : String
function set CurrentBrowser (value : String)

Property Value

Type: System.String
The name and version of the current browser.

.NET Framework Security

See Also

Reference

UIActionInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace