The source that I want to get the xpath is:
<a href="Reports/Decision.aspx?LetterSerial=s6Wglwrt63gs90VwQ1uN%2bQ%3d%3d&rt=2&let=6&ct=0" id="ctl00_ContentPlaceHolder1_gvList_ctl02_urlHTML" target="_blank" class="URLTitle">
<span id="ReportList_Title_468175">
اطلاعات و صورتهای مالی میاندورهای دوره ۶ ماهه منتهی به ۱۳۹۷/۰۳/۳۱ (حسابرسی شده)</span>
</a>
When I write this XPath:
//*[@id='ctl00_ContentPlaceHolder1_gvList_ctl02_urlHTML']
It returns the name of the cell but I want the link of the cell. Anyone can help me please?