Given the following button element corresponding to the shopping cart button in this demo app
<button
id="__button3"
aria-label="Show Shopping Cart"
title="Show Shopping Cart"
>
<span id="__button3-inner">
<span
id="__button3-img"
role="presentation"
aria-hidden="true"
>
</span>
</span>
</button>
The recorder generates the code
click css "span#__button3-img"
instead of
click button "Show Shopping Cart"
Given the following
buttonelement corresponding to the shopping cart button in this demo appThe recorder generates the code
instead of