Udostępnij za pośrednictwem


Właściwość UIActionInterpreter.CurrentBrowser

 

Pobiera lub ustawia ciąg zawierający nazwę i wersję bieżącej przeglądarki.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (w Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Składnia

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

Wartość właściwości

Type: System.String

Nazwa i wersja obecnej przeglądarki.

Zobacz też

Klasa UIActionInterpreter
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.CodeGeneration

Powrót do początku