Hello,I am trying to create a custom object button which will open a
specific email template.At first I was trying to do something
like:document.querySelectorAll('iframe')[0].contentWindow.document.querySelector('a[title=""]').click()But this does no...