| __init__.py |
|
0 |
- |
| api_wrapper.py |
Setup for accessibility API testing.
:pid: The PID of the process which exposes the accessibility API.
:product_name: The name of the browser, used to find the browser in the accessibility API.
:timeout: The timeout the test harness has set for this test, local timeouts can be set based on it.
|
2944 |
- |
| atspi_wrapper.py |
:returns: A dictionary with relations as keys and the values, DOM ids.
|
8149 |
- |
| axapi_wrapper.py |
Find the AXUIElement representing the browser.
:return: AXUIElement or None.
|
3833 |
- |
| fixtures_a11y_api.py |
|
1931 |
- |
| ia2_wrapper.py |
Find the IAccessible2 node representing the browser.
:return: IAccessible2Ptr.
|
5810 |
- |
| uia_wrapper.py |
An integer that prints its human-readable name in test failures. |
10870 |
- |