Any tip to get rid of location save pop-up in browser

            ChromeOptions options = new ChromeOptions();
            options.AddArgument("start-maximized");
            options.AddArgument("test-type");
            options.AddArgument("disable-notifications");
            options.AddUserProfilePreference("autofill.profile_enabled", false);