microsoft / playwright-dotnet

.NET version of the Playwright testing and automation library.

Home Page:https://playwright.dev/dotnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Visual Studio Code Extension

Mark-Phillipson opened this issue · comments

Version

latest

Steps to reproduce

When using Visual Studio Code with .NET and C Sharp. The Playwright Extension, does not work as expected when I click Show Browser or Record New it does not work.

Expected behavior

I would expect it to behave the same when you create a Typescript version.

Actual behavior

The browser is not shown when show browser is checked.

Record New Does Not Work Either. I have to load the inspector and record manually.

Additional context

I believe this is only working if the project was written with Typescript and not. C Sharp.

Environment

- Operating System: Windows Eleven
- CPU: [64bit]
- Browser: [All, Chromium, Firefox, WebKit]
- .NET Version (TFM): [net8.0]
- Other info:

The extension is only compatible with Node.js There are no plans for adding C# as of today.