mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
navigateto hangs, source does not, why? I don't know
This commit is contained in:
parent
109e73e4e4
commit
6126f3db8b
@ -30,7 +30,7 @@ namespace Wabbajack.Lib.WebAutomation
|
||||
tcs.SetResult(uri);
|
||||
};
|
||||
Browser.NavigationCompleted += handler;
|
||||
Browser.Navigate(uri);
|
||||
Browser.Source = uri;
|
||||
return tcs.Task;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user