Skip to content

Launch browser window in hidden state #3

Description

@icelandcoherence

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions