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.
BrowserHelper::IsBrowserProcess Method (Process^)
Determines whether the provided process is an instance of the browser.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- process
-
Type:
System.Diagnostics::Process^
A Process object.
Return Value
Type: System::Booleantrue if the provided process is an instance of the browser; otherwise, false.
Show: