Closed
Description
Python's typing module has a dedicated Optional
type for nullable types but in the playwright docs, typing.Union
is being used and can be confusing for the users.
Solution:
Replace all occurrences of typing.Union
with typing.Optional
. @mxschmitt @pavelfeldman
Metadata
Metadata
Assignees
Labels
No labels