chore(dotet): fix goto casing (#6529)
This commit is contained in:
parent
5aa00d1e5e
commit
0d3d2d3384
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue