Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

637
Vistas
Has anyone gotten Playwright installed and running on Windows Server?

I built a tool using Playwright dotnet, and it runs great locally. I'm trying to deploy it on my Windows server so other people can use it, and the problem is getting the headless browsers properly installed on the server.

If I do all of the quickstart tasks on https://playwright.dev/dotnet/docs/intro within Windows PowerShell out on the server, it goes fine until the playwright install step. At that point I get the following Error:

Unhandled Exception: System.IO.FileNotFoundException: Could not load the file or assembly 'System.Runtime, Version=5.0.0.0...

Even if I try inputting the command dotnet add package System.Runtime it adds the package, but then when I try playwright install again, it throws the same error.

I even went so far as to try deploying the app anyway, and when I get to the part that requires Playwright, it says:

Looks like Playwright Test or Playwright was just installed or updated. Please run the following command to download new browsers:

npx playwright install

(PS, it's stupid that the validator insists the above error is code and won't let me submit unless this is formatted this way)

So I said screw it and installed Node on the server, then ran the npx command, and it says it installed the browsers, but I still get the same error telling me to run the npx command.

Has anyone had any luck getting Playwright installed and implemented on a Windows server?

over 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

For me the solution was to first run dotnet build in the test project. Then playwright install. And then dotnet test

over 4 years ago · Santiago Trujillo Denunciar

0

I built a small console application using Playwright. When trying to run the published console application from another machine (other than my development PC), I was getting the error:

Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers:              ║
║                                                                         ║
║     playwright install                                                  ║
║                                                                         ║
║ <3 Playwright Team

After running playwright install I was getting the error: Couldn't find project using Playwright.

What I did was copy over the project solution folder to my other machine, ensure in your terminal that you cd to the folder that contains the .sln file, playwright then picked up the playwright install cmd and installed the browsers required. I was then able to execute my console application.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda