chore(dotet): fix goto casing (#6529)

This commit is contained in:
Darío Kondratiuk 2021-05-12 12:09:04 -03:00 committed by GitHub
parent 5aa00d1e5e
commit 0d3d2d3384
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -686,7 +686,6 @@ Attribute name to get the value for.
## async method: Frame.goto ## async method: Frame.goto
* langs: * langs:
- alias-java: navigate - alias-java: navigate
- alias-csharp: GoToAsync
- returns: <[null]|[Response]> - returns: <[null]|[Response]>
Returns the main resource response. In case of multiple redirects, the navigation will resolve with the response of the Returns the main resource response. In case of multiple redirects, the navigation will resolve with the response of the

View file

@ -1599,7 +1599,6 @@ Navigate to the next page in history.
## async method: Page.goto ## async method: Page.goto
* langs: * langs:
- alias-java: navigate - alias-java: navigate
- alias-csharp: GoToAsync
- returns: <[null]|[Response]> - returns: <[null]|[Response]>
Returns the main resource response. In case of multiple redirects, the navigation will resolve with the response of the Returns the main resource response. In case of multiple redirects, the navigation will resolve with the response of the