UIActionInterpreter.CurrentBrowser 属性

 

获取或设置包含当前浏览器名称和版本的字符串。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
程序集:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration(Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll 中)

语法

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

属性值

Type: System.String

当前浏览器的名称和版本。

请参阅

UIActionInterpreter 类
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration 命名空间

返回页首