A11y


Object Hierarchy:

Object hierarchy for A11y

Description:

public class A11y : Object

Accessibility dump / fill / press for Browser.

Platform tree via using (Atspi / Win32Atspi / AndroidAtspi) — same shape as A11yParse. Linux offsloads AT-SPI dump/fill/press to a GLib worker (main- thread AT-SPI deadlocks; set GTK_A11Y=atspi before GTK init). Windows stays on the UI thread (COM). Android yields AndroidAtspi.refresh_async first so the host walk runs on the Android UI thread without GTK sync-waiting (IME blockForMain ANR — webkitgtk-android 2026-07-23-a11y-walk-gtk-thread-anr). No page JavaScript.

Example

var a11y = new OLLMwebkit.A11y();
var md = yield a11y.dump(uri, title);
yield a11y.fill(fields);
yield a11y.press(3);


Namespace: OLLMwebkit
Package: ollmchat

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object