diff --git a/packages/playwright-core/types/types.d.ts b/packages/playwright-core/types/types.d.ts index a78848f5af..21550c26c0 100644 --- a/packages/playwright-core/types/types.d.ts +++ b/packages/playwright-core/types/types.d.ts @@ -1748,13 +1748,6 @@ export interface Page { */ prependListener(event: 'worker', listener: (worker: Worker) => void): this; - /** - * @deprecated This property is discouraged. Please use other libraries such as [Axe](https://www.deque.com/axe/) if you need to - * test page accessibility. See our Node.js [guide](https://playwright.dev/docs/accessibility-testing) for integration - * with Axe. - */ - accessibility: Accessibility; - /** * Adds a `