We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
only run script in vscode?
The text was updated successfully, but these errors were encountered:
https://playwright.dev/dotnet/docs/inspector
those sample code is not use c#, only vscode+node.js can show inspector?
Sorry, something went wrong.
The example image does only show Node.js, but the codegen and debugging functionality is also available in .NET (also Java and Python).
You can open it via await page.PauseAsync(); or set the PWDEBUG environment variable.
await page.PauseAsync();
PWDEBUG
Relates microsoft/playwright.dev#288
No branches or pull requests
Your question
only run script in vscode?
The text was updated successfully, but these errors were encountered: