Page(s)
https://playwright.dev/python/docs/api/class-page#page-wait-for-download links to Python's context manager documentation https://docs.python.org/3/reference/datamodel.html#context-managers. The hyperlink refers to a class EventContextManager, but does not document its properties e.g. the .value attribute available on Page.expect_download. I suspect the same issue in all Page.expect_ context manager sections of https://playwright.dev/python/docs/api/class-page.
Description
Create a playwright page that documents the EventContextManager and its properties.
Page(s)
https://playwright.dev/python/docs/api/class-page#page-wait-for-download links to Python's context manager documentation https://docs.python.org/3/reference/datamodel.html#context-managers. The hyperlink refers to a class EventContextManager, but does not document its properties e.g. the .value attribute available on Page.expect_download. I suspect the same issue in all Page.expect_ context manager sections of https://playwright.dev/python/docs/api/class-page.
Description
Create a playwright page that documents the EventContextManager and its properties.