Hi,

Your button doesn't seem to have a name attribute. Instead it has the
attribute value="Weiter". You can try xpath='//[EMAIL PROTECTED]"Weiter"]'
instead of name="Weiter" in your clickButton step and it should work.

Reply via email to