Created
October 10, 2019 17:31
-
-
Save cdtapay/dc8403fab06aceeeb72e63c4d59a15f2 to your computer and use it in GitHub Desktop.
Delete Branches in BitBucket from Branch List
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
$('tr:eq(2)').find('.css-bwlyqq').click(); | |
setTimeout(() => $('tr:eq(2)').find('.Item-z6qfkt-2.eJTYOk:contains("Delete")').click(), 500); | |
setTimeout(() => $('.css-1967thu:contains("Delete")').click(), 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment