The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BrowserWindow::CurrentBrowser Property
Gets or sets the current browser from the list of registered browsers.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public: property String^ CurrentBrowser { static String^ get(); static void set(String^ value); }
| Exception | Condition |
|---|---|
| ArgumentException | An attempt was made to set a browser that is not in the list of registered browsers. |
Show: