https://github.com/microsoft/playwright-python/blob/c8d8f4a6859ac210fa6b6f01eb636fc11065abb9/playwright/sync_api/_generated.py#L3060-L3066 ```py page.expect_navigation( re.compile("abc") # error: expression contains Any ) ``` `typing.Pattern` expects one type parameter, usually `AnyStr`.