Documentation is really clear and well organized, but for some methods return type isn't mentionned, and it's sometimes difficult to know if the method is async or not, for example on https://playwright.dev/docs/api/class-browsercontext#browsercontextclearcookies (for others, return type isn't mentionned but a sample code allow guessing).
Thanks