I wonder how I can use selenium to click on web element "automation_quiz" at this javascript:_doPostBack()
.
The following is a snippet from the html page:
<a id="ctl00_Content_tgv_ctl03_lbtCaption" title="click to launch automation_quiz" href="javascript:__doPostBack('ctl00$Content$tgv$ctl03$lbtCaption','')">automation_quiz</a>
I could not find the Xpath of "automation_quiz" by using firefox Xpath-finder.