Skip to content

Record and Playback

Ramona Zmole edited this page Sep 15, 2022 · 3 revisions

In order to record a test, you have to

  1. Open the PowerShell console in you bin folder C:\Users\rzmole\source\repos\Playwright\Playwright\bin\Debug\net6.0
  2. Run command ./playwright.ps1 codegen websiteUrl
  • A Browser opens and you can start the recording of your test
  • You can change the language of the script generated.
  • Available languages: Java, JavaScript, Python, Python Async, Playwright Test, Pytest, C#
Clone this wiki locally