mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
chore(dotnet): page.opener sync (#6579)
This commit is contained in:
parent
ec0b4e9061
commit
8845484ac7
@ -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`.
|
||||
|
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user