-
Notifications
You must be signed in to change notification settings - Fork 31
[Autofill Import] Navigate to manage page and retry download #2026
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for content-scope-scripts ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
[Beta] Generated file diffTime updated: Fri, 24 Oct 2025 10:24:29 GMT AndroidFile has changed IntegrationFile has changed |
268d707 to
4bf35f5
Compare
5f9bc23 to
6dcedb7
Compare
…ckduckgo/content-scope-scripts into dbajpeyi/fix/infinite-retry-export-id
6dcedb7 to
30c1c89
Compare
shakyShane
approved these changes
Oct 24, 2025
…ckduckgo/content-scope-scripts into dbajpeyi/fix/infinite-retry-export-id
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Asana Task/Github Issue:
Description
PS: This code is not yet released to public.
The "manage-button-click" step expectation is not needed now, we're changing the approach because that button is not always present on takeout.google.com (e.g for first time users):

manage-button-clickas it's going to be not needed, we simply navigate totakeout.google.com/managepage instead (privacy-config also updated here). Look for download button on the page here, instead of navigating to thetakeout/downloadURL directly.downloadDataretryConfigForusesInfinityretry now as all steps are mandatory by defaultTesting Steps
This can be tested on
developAndroid branch, please use the remote config from here duckduckgo/privacy-configuration#3978In settings go to "Autofill dev settings" -> "Launch bookmark import flow" to test out the flow!
Please tick all that apply:
Note
Switches the import flow to parse the export ID, navigate to
/manage/archive/<id>, and click a configurable download link with unified, configurable retry behavior.'/manage/archive/<exportId>'after parsingexportIdfrom the page; stop relying on a "manage" button or constructingtakeout/downloadURLs.#exportId; addgetExportId()with retry and use URL-derivedexportIdindownloadData().selectors.downloadLink); reload the page if missing to recover from 404s.MANAGE_ARCHIVE_DEFAULT_BASE; removeTAKEOUT_DOWNLOAD_URL_BASE.selectors.dataArchiveId,selectors.downloadLink).defaultRetrySettingsand haveretryConfigForusedownloadRetryLimit/downloadRetryInterval(supportsInfinity).manage-button-clickexpectation and related export-id storage.Written by Cursor Bugbot for commit 2064579. This will update automatically on new commits. Configure here.