как составить запрос xpath для экспорта в гугл.таблицы?
как с помощью =importxml сделать запрос xpath что бы со страницы https://torgi.gov.ru/lotSearch1.html?bidKindId=13 выгрузить в гугл.таблицу ссылки на страницы выведенные фильтром?
пример ссылки 1 ссылки: restricted/notification/notificationView.html?notificationId=55707190&lotId=55707191&prevPageN=3
В голову пришло - //div[@class='action-panel nowrap'] ,но, не работает.
<div class="action-panel nowrap">
<!--<br>-->
<a href="#" title="Быстрый просмотр" id="idf1" onclick="var wcall=wicketAjaxGet('?wicket:interface=:3:search_panel:resultTable:list:body:rows:1:cells:1:cell:quickView::IBehaviorListener:0:',function() { }.bind(this),function() { }.bind(this), function() {return Wicket.$('idf1') != null;}.bind(this));return !wcall;"><img class="ss_sprite ss_zoom" src="img/s.gif" width="16px" height="16px"><br></a>
<a href="restricted/notification/notificationView.html?notificationId=55707190&lotId=55707191&prevPageN=3" title="Просмотр"><img alt="Просмотр" title="Просмотр" class="ss_sprite ss_page_go" src="img/s.gif" width="16px" height="16px"><br></a>
<a href="docview/notificationPrintPage.html?id=55707190&prevPageN=3" title="Скачать"><img alt="Скачать" class="ss_sprite ss_printer" src="img/s.gif" width="16px" height="16px"><br></a>
</div>