question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question]: Codegen Timeout In Playwright Version 1.20.1 , Net6.0

See original GitHub issue

Your question

I have a question about codegen, when i use “pwsh .\playwright.ps1 codegen” or “playwright codegen” , allways failed because of Timeout in Version 1.20.1 image image

I don’t know how to deal with it. //here is info But if run codegen with playwright - 1.17.3 , chorme will start and record operation correctly after 10s. And if i test playwright in c#code, then chorme auto start correctly both in version 1.17.3 and 1.20.1

await using var browser = await playwright.Chromium.LaunchAsync(new BrowserTypeLaunchOptions
{
      Headless = false,
});
//other codes....

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
mxschmittcommented, May 8, 2022

Codegen Timeout In @playwright/test": "^1.21.1 image

You can increase it with --timeout=30000

0reactions
BilalMohammad5commented, May 8, 2022

Codegen Timeout In @playwright/test": "^1.21.1 image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Codegen Timeout In Playwright Version 1.20.1 , Net6.0 · Issue ...
Your question I have a question about codegen, when i use "pwsh .\playwright.ps1 codegen" or "playwright codegen" , allways failed because ...
Read more >
Pending operations in playwright on nodejs - Stack Overflow
Ok, I found the answer, but it's a little weird. You need to increase the timeout in the playwright config:.
Read more >
playwright._impl._api_types.timeouterror: timeout 30000ms ...
Your question. I'm just getting started with Playwright for Python, but a simple example with browser context doesn't work. Setting timeout limit to...
Read more >
[问题]:播放器版本1.20.1,Net6.0中的Codegen Timeout - 软件工程师
[Question]: Codegen Timeout In Playwright Version 1.20.1 , Net6.0Your question I have a question about codegen , when i use "pwsh .\playwright.ps1 codegen" ......
Read more >
Debugging Timeouts in Playwright Test v1.12.3 - YouTube
This screencast uses @ playwright /test v1.12.3 Install playwright test: `npm install @ playwright /test`
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found