There is 1 button of this kind: <a href = "#" class = "btn large editfile" data-modal-link = "# editfile" id = "editfile_link" onclick = "_ gaq.push (['_ trackEvent', 'files' , 'edit', location.href]); "> Edit </a> How to press it with Twill / Python

    1 answer 1

    This makes no sense (and therefore no such command), since Twill does not support JavaScript. If you need to submit a form, use submit [<n>] , where n is the number of the form submit button (if not specified, the last button found is used).