docs: remove current accessbility api from java (#5708)

This commit is contained in:
Yury Semikhatsky 2021-03-03 14:56:28 -08:00 committed by GitHub
parent d3eff50386
commit 217a593e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# class: Accessibility
* langs: csharp, js, python
The Accessibility class provides methods for inspecting Chromium's accessibility tree. The accessibility tree is used by
assistive technology such as [screen readers](https://en.wikipedia.org/wiki/Screen_reader) or

View File

@ -382,6 +382,7 @@ Emitted when a dedicated [WebWorker](https://developer.mozilla.org/en-US/docs/We
page.
## property: Page.accessibility
* langs: csharp, js, python
- type: <[Accessibility]>
## async method: Page.addInitScript