WebRequestPSCmdlet.VerifyInternetExplorerAvailable(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verifies that Internet Explorer is available, and that its first-run configuration is complete.
protected bool VerifyInternetExplorerAvailable (bool checkComObject);
member this.VerifyInternetExplorerAvailable : bool -> bool
Protected Function VerifyInternetExplorerAvailable (checkComObject As Boolean) As Boolean
Parameters
- checkComObject
- Boolean
True if we should try to access IE's COM object. Not needed if an HtmlDocument will be created shortly.