chore(dotnet): revert opener async (#6600)
This commit is contained in:
parent
b5884b95b7
commit
52658cf507
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue