Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring the topics covered in this chapter with deeper research.
Exercise 14.1 – Online-only material
You can read the official documentation for Playwright for .NET at the following link: https://playwright.dev/dotnet/docs/intro.
Exercise 14.2 – Practice exercises
If you are done with Playwright and you want to remove the special browsers (chromium
, firefox
, and webkit
) of the current Playwright installation, then run the Playwright PowerShell script with the uninstall
option, as shown in the following command:
pwsh bin/Debug/net8.0/playwright.ps1 uninstall
To remove browsers of other Playwright installations as well, add the --all
switch, as shown in the following command:
pwsh bin/Debug/net8.0/playwright.ps1 uninstall --all
Exercise 14.3 – Test your knowledge
Answer the following questions. If...