Skip to content

Instantly share code, notes, and snippets.

@cdtapay
Created October 10, 2019 17:31
Show Gist options
  • Save cdtapay/dc8403fab06aceeeb72e63c4d59a15f2 to your computer and use it in GitHub Desktop.
Save cdtapay/dc8403fab06aceeeb72e63c4d59a15f2 to your computer and use it in GitHub Desktop.
Delete Branches in BitBucket from Branch List
$('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