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": [
"firefox_close_tabs"
],
"properties": [],
"area": [ "area": [
{ {
"xpos": 669, "height": 13,
"ypos": 416, "type": "match",
"width": 66, "width": 68,
"height": 20, "xpos": 668,
"type": "match" "ypos": 419
} }
],
"properties": [],
"tags": [
"firefox_close_tabs"
] ]
} }