Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait Timeout Issue. #51

Open
jagxman opened this issue May 13, 2023 · 0 comments
Open

Wait Timeout Issue. #51

jagxman opened this issue May 13, 2023 · 0 comments

Comments

@jagxman
Copy link

jagxman commented May 13, 2023

Using this will cause timeout issues with headless set to true. Can be recreated with Multi-Threading and having the following code on a login page.

Ex Code:

try
{
await page.WaitForSelectorAsync("#loginUsername");
}

catch (WaitTaskTimeoutException)
{
Console.WriteLine("Timed out.");
    await browser.CloseAsync();
  
}

Using default Puppeteer does not have this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant