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

public string CurrentBrowser {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ CurrentBrowser {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member CurrentBrowser : string with get, set
Public Property CurrentBrowser As String

Property Value

Type: System.String

The name and version of the current browser.

See Also

UIActionInterpreter Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

Return to top