From 9c7a497bdf5cbfceee3e0bd69c1cb6de77f5887d Mon Sep 17 00:00:00 2001 From: Craig Russell Date: Wed, 18 Dec 2024 09:29:56 +0000 Subject: [PATCH] Enable auto-tapping on import password flow when not signed in (#2594) Co-authored-by: Craig Russell <1336281+CDRussell@users.noreply.github.com> --- overrides/android-override.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overrides/android-override.json b/overrides/android-override.json index 105d9041..2c876fc4 100644 --- a/overrides/android-override.json +++ b/overrides/android-override.json @@ -429,7 +429,7 @@ "op": "add", "value": { "settingsButton": { - "shouldAutotap": false, + "shouldAutotap": true, "path": "/", "selectors": ["a[href*='options']"], "labelTexts": ["Password options"] @@ -444,7 +444,7 @@ "labelTexts": ["Export"] }, "signInButton": { - "shouldAutotap": false, + "shouldAutotap": true, "path": "/intro", "selectors": ["a[href*='ServiceLogin'][target='_top']"], "labelTexts": ["Sign in"]