I'm looking to do the equivalent of
$ie = new-object -com "InternetExplorer.Application"
$ie.visible = $true
where the newly created browser window starts hidden, and you can toggle its visibility on and off later. Is this something you could support? I see a couple of the commands have have a -ShowWindow option but they're just minor bookmarks commands, and don't appear to support changing the visibility after creation at any rate.
I'm looking to do the equivalent of
where the newly created browser window starts hidden, and you can toggle its visibility on and off later. Is this something you could support? I see a couple of the commands have have a
-ShowWindowoption but they're just minor bookmarks commands, and don't appear to support changing the visibility after creation at any rate.