Created
March 9, 2020 16:34
-
-
Save carstenhag/bfc4dd5c8a0024ef9ea669bf06be28ad to your computer and use it in GitHub Desktop.
Script to automatically delete all releases of an AppCenter app.
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
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