document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll('.sqs-button-element').forEach(function(button) { button.setAttribute('role', 'button'); }); });