Skip to content

Commit

Permalink
Merge pull request #773 from AngelRodriguez8008/users/angel/fixSample…
Browse files Browse the repository at this point in the history
…s_FixLogin

Fix #770: Add Wait before redirect in Initialize UCI Modes (fix for Edge)
  • Loading branch information
TYLEROL authored Feb 21, 2020
2 parents f078634 + f27f662 commit 44f8cd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Microsoft.Dynamics365.UIAutomation.Api.UCI/WebClient.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ internal BrowserCommandResult<bool> InitializeModes()
{ {
return this.Execute(GetOptions("Initialize Unified Interface Modes"), driver => return this.Execute(GetOptions("Initialize Unified Interface Modes"), driver =>
{ {
driver.WaitForPageToLoad();

var uri = driver.Url; var uri = driver.Url;
var queryParams = "&flags=easyreproautomation=true"; var queryParams = "&flags=easyreproautomation=true";


Expand Down

0 comments on commit 44f8cd9

Please sign in to comment.