Skip to content

Commit 48f7a37

Browse files
authored
docs(csharp): trimming to avoid broken refs (#5330)
1 parent bb2b296 commit 48f7a37

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/src/api/class-browsercontext.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,7 @@ Creates a new page in the browser context.
527527
## method: BrowserContext.pages
528528
- returns: <[Array]<[Page]>>
529529

530-
Returns all open pages in the context. Non visible pages, such as `"background_page"`, will not be listed here. You can
531-
find them using [`method: ChromiumBrowserContext.backgroundPages`].
530+
Returns all open pages in the context.
532531

533532
## async method: BrowserContext.route
534533

types/types.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4917,9 +4917,7 @@ export interface BrowserContext {
49174917
newPage(): Promise<Page>;
49184918

49194919
/**
4920-
* Returns all open pages in the context. Non visible pages, such as `"background_page"`, will not be listed here. You can
4921-
* find them using
4922-
* [chromiumBrowserContext.backgroundPages()](https://playwright.dev/docs/api/class-chromiumbrowsercontext#chromiumbrowsercontextbackgroundpages).
4920+
* Returns all open pages in the context.
49234921
*/
49244922
pages(): Array<Page>;
49254923

0 commit comments

Comments
 (0)