chore(dotnet): page.opener sync (#6579)

This commit is contained in:
Darío Kondratiuk 2021-05-14 11:49:37 -03:00 committed by GitHub
parent ec0b4e9061
commit 8845484ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -1994,6 +1994,7 @@ The page's main frame. Page is guaranteed to have a main frame which persists du
- type: <[Mouse]>
## async method: Page.opener
* langs: python, java, js
- returns: <[null]|[Page]>
Returns the opener for popup pages and `null` for others. If the opener has been closed already the returns `null`.

View File

@ -27,3 +27,9 @@ Gets the [System.Net.HttpStatusCode] code of the response.
### param: Page.selectOption.values = %%-csharp-select-options-values-%%
### param: Page.setInputFiles.files = %%-csharp-input-files-%%
## method: Page.opener
* langs: csharp
- returns: <[null]|[Page]>
Returns the opener for popup pages and `null` for others. If the opener has been closed already the returns `null`.