diff --git a/desktop_env/server/README.md b/desktop_env/server/README.md index 1eacf5f..05f2997 100644 --- a/desktop_env/server/README.md +++ b/desktop_env/server/README.md @@ -1,6 +1,7 @@ + ### About the Converted Accessibility Tree @@ -57,7 +58,7 @@ contents. An example of a CSS selector: ```css -application[name=Thunderbird] page-tab-list[attr|id=\"tabmail-tabs\"]>page-tab[name=\"About Profiles\"] +application[name=Thunderbird] page-tab-list[attr|id="tabmail-tabs"]>page-tab[name="About Profiles"] ``` This selector will select the page tab of profile manager in Thunderbird (if open).