A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/AngleSharp/AngleSharp.Js/issues/61 below:

Cannot assign void to an implicitly-typed variable for WaitUntilAvailable() extension method · Issue #61 · AngleSharp/AngleSharp.Js · GitHub

i want submit reactjs web site two step form.
i wrote a code like you'r sample for test :

            var configuration = Configuration.Default
                .WithDefaultLoader()
                .WithDefaultCookies()
                .WithJs();
        var context = BrowsingContext.New(configuration);
            var queryDocument =  await context.OpenAsync("https://www.site.com/_/login?").WaitUntilAvailable();

but give me an error

Cannot assign void to an implicitly-typed variable

sample code :

var context = BrowsingContext.New(config);
var document = await context.OpenAsync(address)
    .WaitUntilAvailable();

why give me an error ?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4