This error to me is indicating that you are using a Click Button
keyword which expects either an input html element or a button html element. If, as seen in the sample html given, the element is an unorder list (<ul>
) or span then Click Button
would fail. Try the generic Click Element
keyword instead.
1 Like