docs: declare expect_navigation as returning Response (#5020)

This commit is contained in:
Pavel Feldman 2021-01-14 14:40:19 -08:00 коммит произвёл GitHub
Родитель ff20b9d107
Коммит 5dcb7bb290
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -224,7 +224,7 @@ Shortcut for main frame's [`method: Frame.expectNavigation`].
## async method: Frame.expectNavigation
* langs: python
- returns: <[EventContextManager]>
- returns: <[EventContextManager[Response]]>
Performs action and waits for the next navigation. In case of multiple redirects, the navigation will resolve with
the response of the last redirect. In case of navigation to a different anchor or navigation due to History API