My workflow attaches to an existing IE browser window to get work done. Attaching to IE can emit a “Browser” variable as a side effect, if desired. I want to minimize the IE browser window when the workflow is finished… but the Minimize Window activity takes a Window variable, not a browser variable.
I tried using Get Active Window after attaching to IE… and use the Window variable from that in the Minimize Window activity… but that seems to cause IE to become unstable. Perplexed.
How do I get from here to there?