Tweak firefox_close_tabs needle match

So it matches when the button has an 'active' indicator...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-01-02 20:07:37 -08:00
parent ca6e1105c1
commit 2f1570d46b

View File

@ -1,15 +1,15 @@
{ {
"tags": [ "area": [
"firefox_close_tabs" {
], "height": 13,
"properties": [], "type": "match",
"area": [ "width": 68,
{ "xpos": 668,
"xpos": 669, "ypos": 419
"ypos": 416, }
"width": 66, ],
"height": 20, "properties": [],
"type": "match" "tags": [
} "firefox_close_tabs"
] ]
} }