I am new to Robot Framework. I am trying to access the element/link inside a span tag. The number is a quote ID, which is a hyperlink that redirects to another page. Should I use Click Element or Click Link?
<div class="x-grid-cell-inner " style="text-align: left; ;">
<span>563929450915</span>
</div>

click elementandclick linkto see what would happen?