docs: remove current accessbility api from java (#5708)
This commit is contained in:
parent
d3eff50386
commit
217a593e1d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue