| __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.
|
1735 |
- |
| atspi_wrapper.py |
:param dom_id: The dom id of the node to test.
:param url: The url of the test.
|
6295 |
- |
| axapi_wrapper.py |
:param dom_id: The dom id of the node to test.
:param url: The url of the test.
|
3943 |
- |
| fixtures_a11y_api.py |
|
1581 |
- |
| ia2_wrapper.py |
:param dom_id: The dom id of the node to test.
:param url: The url of the test.
|
5583 |
- |