Make gte_preferences_off needle more specific

It matches on the "close the app" button on older Flatpak GTE.
So widen the needle to include the "Preferences" text, and add
a click point.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-03-07 14:47:22 -08:00
parent 5065202fcc
commit 0a80004f3e
1 changed files with 19 additions and 15 deletions

View File

@ -1,15 +1,19 @@
{ {
"area": [ "area": [
{ {
"xpos": 796, "height": 24,
"height": 24, "type": "match",
"ypos": 61, "width": 349,
"width": 27, "xpos": 471,
"type": "match" "ypos": 61,
} "click_point": {
], "xpos": 329,
"properties": [], "ypos": 12
"tags": [ }
"gte_preferences_off" }
] ],
} "properties": [],
"tags": [
"gte_preferences_off"
]
}