Поделиться через


UIActionInterpreter.CurrentBrowser - свойство

Получает или задает строку, содержащую имя и версию текущего браузера.

Пространство имен:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Сборка:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (в Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: System.String
Имя и версия текущего браузера.

Безопасность платформы .NET Framework

См. также

Ссылки

UIActionInterpreter Класс

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration - пространство имен