ver Jan10thv2

updated document
This commit is contained in:
David Chang
2024-01-10 23:10:54 +08:00
parent 8d5b6875cf
commit 031b0d07ab

View File

@@ -63,3 +63,11 @@ application[name=Thunderbird] page-tab-list[attr|id=\"tabmail-tabs\"]>page-tab[n
This selector will select the page tab of profile manager in Thunderbird (if open). This selector will select the page tab of profile manager in Thunderbird (if open).
For usage of CSS selector: <https://www.w3.org/TR/selectors-3/>. For usage of XPath: <https://www.w3.org/TR/xpath-31/>. For usage of CSS selector: <https://www.w3.org/TR/selectors-3/>. For usage of XPath: <https://www.w3.org/TR/xpath-31/>.
#### Manual check
You can use accerciser to check the accessibility tree on GNOME VM.
```sh
sudo apt install accerciser
```