mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
chore(dotnet): page.opener sync (#6579)
This commit is contained in:
parent
ec0b4e9061
commit
8845484ac7
docs/src/api
@ -1994,6 +1994,7 @@ The page's main frame. Page is guaranteed to have a main frame which persists du
|
|||||||
- type: <[Mouse]>
|
- type: <[Mouse]>
|
||||||
|
|
||||||
## async method: Page.opener
|
## async method: Page.opener
|
||||||
|
* langs: python, java, js
|
||||||
- returns: <[null]|[Page]>
|
- returns: <[null]|[Page]>
|
||||||
|
|
||||||
Returns the opener for popup pages and `null` for others. If the opener has been closed already the returns `null`.
|
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.selectOption.values = %%-csharp-select-options-values-%%
|
||||||
### param: Page.setInputFiles.files = %%-csharp-input-files-%%
|
### 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