From 52658cf507d83286ec23ec7b84bad07ba71d88a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Sat, 15 May 2021 17:43:45 -0300 Subject: [PATCH] chore(dotnet): revert opener async (#6600) --- docs/src/api/class-page.md | 1 - docs/src/api/csharp.md | 6 ------ 2 files changed, 7 deletions(-) diff --git a/docs/src/api/class-page.md b/docs/src/api/class-page.md index 172de5a8af..308ffbc1c2 100644 --- a/docs/src/api/class-page.md +++ b/docs/src/api/class-page.md @@ -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`. diff --git a/docs/src/api/csharp.md b/docs/src/api/csharp.md index 146f0aab68..1628958f42 100644 --- a/docs/src/api/csharp.md +++ b/docs/src/api/csharp.md @@ -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`.