WebBrowser control, isolation and IE8 InPrivate mode

前端 未结 2 1650
你的背包
你的背包 2020-12-09 23:19

I have a need to run some automation tasks in a web browser control but I seem to be facing a few limitations/unknowns that I\'m not 100% sure how to resolve. The applicatio

2条回答
  •  天命终不由人
    2020-12-09 23:32

    No, you cannot run the WebBrowser control in InPrivate mode; it's simply not a supported scenario.

    Yes, you can run two instances of IE in InPrivate mode and isolate them from each other.

    Use the command line: iexplore.exe -private -nomerge

提交回复
热议问题