mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

This way we'll get the same treatment in docs generator as well as dotnet api generator. This also adds non-suffixed aliases for string options, e.g. `Name` in addition to `NameString` and `NameRegex`. Fixes #18407.