I have some links that are not buttons, each row of the table result has one link called View :
<a class="view-link" aria-label="View" href="/applicant_submissions/8">
<i aria-hidden="true" title="View" class="glyphicon glyphicon-folder-open icon-spacing"></i>
Can you please show me how to use Selenium using Ruby to click on this link?