-
Notifications
You must be signed in to change notification settings - Fork 3
Record and Playback
Ramona Zmole edited this page Sep 15, 2022
·
3 revisions
In order to record a test, you have to
- Open the PowerShell console in you bin folder C:\Users\rzmole\source\repos\Playwright\Playwright\bin\Debug\net6.0
- 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#