navigateto hangs, source does not, why? I don't know

This commit is contained in:
Timothy Baldridge 2019-10-24 21:02:32 -06:00
parent 109e73e4e4
commit 6126f3db8b

View File

@ -30,7 +30,7 @@ namespace Wabbajack.Lib.WebAutomation
tcs.SetResult(uri);
};
Browser.NavigationCompleted += handler;
Browser.Navigate(uri);
Browser.Source = uri;
return tcs.Task;
}