Merge pull request #2 from humbertomoli99/patch-1
Changing IsNavigationDisabled = false; so that the document is downlo…
This commit is contained in:
Коммит
fdaf231fb3
|
@ -45,7 +45,7 @@
|
|||
.WithJs()
|
||||
.WithDefaultLoader(new LoaderOptions
|
||||
{
|
||||
IsNavigationDisabled = true,
|
||||
IsNavigationDisabled = false,
|
||||
IsResourceLoadingEnabled = true,
|
||||
});
|
||||
_context = BrowsingContext.New(config);
|
||||
|
|
Загрузка…
Ссылка в новой задаче