chore(dotnet): revert opener async (#6600)

This commit is contained in:
Darío Kondratiuk 2021-05-15 17:43:45 -03:00 committed by GitHub
parent b5884b95b7
commit 52658cf507
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View file

@ -1994,7 +1994,6 @@ 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

@ -21,9 +21,3 @@ Optional Json options that control custom behaviour when parsing the JSON.
### 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`.