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 7.1 – Online-only material
You can read the official documentation for Playwright for .NET at the following link:https://playwright.dev/dotnet/docs/intro.The Playwright Community page has links to their Discord channel and other useful places like videos on conference talks, live streams, features and releases, and their YouTube channel:https://playwright.dev/dotnet/community/welcome.Search using the Playwright tag on Stack Overflow for commonly asked questions with good answers:https://stackoverflow.com/tags/playwright.
Exercise 7.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,...