AccessibilityHandler (interface)

August 20, 2018 ยท View on GitHub

API categories | API index

AccessibilityHandler (interface)

This handler is for use only with off-screen rendering enabled. See RenderHandler for details.

Implement this interface to receive accessibility notification when accessibility events have been registered. The methods of this class will be called on the UI thread.

Callbacks in this interface are not associated with any specific browser, thus you must call cefpython.SetGlobalClientHandler or SetGlobalClientCallback to use them. The callbacks names were prefixed with "_" to distinguish this special behavior.

Table of contents:

Callbacks

_OnAccessibilityTreeChange

ParameterType
valuelist
Returnvoid

Called after renderer process sends accessibility tree changes to the browser process.

_OnAccessibilityLocationChange

ParameterType
valuelist
Returnvoid

Called after renderer process sends accessibility location changes to the browser process.