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 # class: Accessibility
* langs: csharp, js, python
The Accessibility class provides methods for inspecting Chromium's accessibility tree. The accessibility tree is used by 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 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. page.
## property: Page.accessibility ## property: Page.accessibility
* langs: csharp, js, python
- type: <[Accessibility]> - type: <[Accessibility]>
## async method: Page.addInitScript ## async method: Page.addInitScript