Condividi tramite


Proprietà UIActionInterpreter.CurrentBrowser

 

Ottiene o imposta una stringa che contiene il nome e la versione del browser corrente.

Spazio dei nomi:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Sintassi

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

Valore proprietà

Type: System.String

Nome e versione del browser corrente.

Vedere anche

Classe UIActionInterpreter
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.CodeGeneration

Torna all'inizio