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,11 +1,15 @@
{ {
"area": [ "area": [
{ {
"xpos": 796,
"height": 24, "height": 24,
"type": "match",
"width": 349,
"xpos": 471,
"ypos": 61, "ypos": 61,
"width": 27, "click_point": {
"type": "match" "xpos": 329,
"ypos": 12
}
} }
], ],
"properties": [], "properties": [],