Class Playwright
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public static class Playwright
- Inheritance
-
Playwright
- Inherited Members
Methods
CreateAsync()
Launches Playwright.
public static Task<IPlaywright> CreateAsync()
Returns
- Task<IPlaywright>
A Task that completes when the playwright driver is ready to be used.