Skip to content

Commit

Permalink
Enable Set Privacy Mode for Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelRodriguez8008 committed Feb 11, 2020
1 parent 128d835 commit f8720e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Microsoft.Dynamics365.UIAutomation.Browser/BrowserOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ public virtual EdgeOptions ToEdge()
{
var options = new EdgeOptions()
{
PageLoadStrategy = PageLoadStrategy.Normal
PageLoadStrategy = PageLoadStrategy.Normal,
UseInPrivateBrowsing = PrivateMode

This comment has been minimized.

Copy link
@AngelRodriguez8008

AngelRodriguez8008 Feb 18, 2020

Author Contributor

see Issue #733 this commet

};

return options;
Expand Down

0 comments on commit f8720e7

Please sign in to comment.