#include <UIAutomate.au3>
$oIE = _UIA_GetElementFromHandle(ControlGetHandle("[class:IEFrame]", "", "Internet Explorer_Server1"))
$oButton = _UIA_GetControlTypeElement($oIE, "UIA_ButtonControlTypeId", "Weiter zum n", "Name", True)
; вариант 1
_UIA_ElementDoDefaultAction($oButton)
; вариант 2
; _UIA_ElementMouseClick($oButton)