Skip to content

Instantly share code, notes, and snippets.

@carstenhag
Created March 9, 2020 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carstenhag/bfc4dd5c8a0024ef9ea669bf06be28ad to your computer and use it in GitHub Desktop.
Save carstenhag/bfc4dd5c8a0024ef9ea669bf06be28ad to your computer and use it in GitHub Desktop.
Script to automatically delete all releases of an AppCenter app.
setInterval(. function() {
document.querySelector('[data-test-id="release-delete-menu-item"]').click();
document.querySelector('[data-test-id="confirm-button"]').click();
}, 500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment