I am trying to use mouseover to hover over an element in a site using Bootstrap (I've tried with buttons, or simply img classes) but no luck. Here's my element that I want to mouseOver on for which some content gets displayed (which I want to validate) on doing so. thanks
<span class="label-info form-info" data-toggle="popover" title="Information" data-content="The data that needs to be verified">
I tried the below which didn't work for me:
<tr>
<td>mouseOver</td>
<td>xpath of element location mentioned above</td>
<td></td>
</tr>