mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(dotnet): improve goto name in csharp (#5917)
This commit is contained in:
parent
2cf4caa4cf
commit
24ee49b958
@ -677,6 +677,7 @@ 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
|
||||||
|
|||||||
@ -1585,6 +1585,7 @@ 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…
x
Reference in New Issue
Block a user