selenium-powershell icon indicating copy to clipboard operation
selenium-powershell copied to clipboard

Edge - InPrivate Mode

Open iambernics opened this issue 3 years ago • 1 comments

Hello,

Is there any way to start the Edge with InPrivate Mode?

If not, is there any option for me to add this option as maintainer?

Thanks a lot!

Regards, Gabor

iambernics avatar Dec 08 '21 12:12 iambernics

https://github.com/adamdriscoll/selenium-powershell/blob/master/Help/New-SeDriverOptions.md

Thus, you'll need to do $Options.AddAdditionalCapability('ms:inPrivate', $true)

darderik avatar Dec 11 '21 12:12 darderik