From 2f1570d46b171c607e067f24592255e7e1336523 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 2 Jan 2019 20:07:37 -0800 Subject: [PATCH] Tweak firefox_close_tabs needle match So it matches when the button has an 'active' indicator... Signed-off-by: Adam Williamson --- .../firefox/firefox_close_tabs-20181031.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/needles/firefox/firefox_close_tabs-20181031.json b/needles/firefox/firefox_close_tabs-20181031.json index da51ed46..52cd4143 100644 --- a/needles/firefox/firefox_close_tabs-20181031.json +++ b/needles/firefox/firefox_close_tabs-20181031.json @@ -1,15 +1,15 @@ -{ - "tags": [ - "firefox_close_tabs" - ], - "properties": [], - "area": [ - { - "xpos": 669, - "ypos": 416, - "width": 66, - "height": 20, - "type": "match" - } - ] +{ + "area": [ + { + "height": 13, + "type": "match", + "width": 68, + "xpos": 668, + "ypos": 419 + } + ], + "properties": [], + "tags": [ + "firefox_close_tabs" + ] } \ No newline at end of file