This is the HTML. I want to retrieve the value Unblock from the element in the 4th line using selenium webdriver in python. Please help me regarding the same.
<a class="btn btn-micro hasTooltip"
href="javascript:void(0);"
onclick="return listItemTask('cb0','users.unblock')"
title="" data-original-title="Unblock">
<span class="icon-unpublish">
</span>
</a>