Answer the question
In order to leave comments, you need to log in
How to extract text via xpath?
There is this list:
<ol class="breadcrumb">
<li><a href="/">Главная</a></li>
<li><a href="/catalog/">Каталог</a></li>
<li><a href="/catalog/vstraivaemye-svetilniki/">Встраиваемые светильники</a></li>
<li class="active">Встраиваемый светильник Arte Lamp Cardani A5941PL-1SI</li>
</ol>
Главная
Каталог
Встраиваемые светильники
Встраиваемый светильник Arte Lamp Cardani A5941PL-1SI
//ol[@class="breadcrumb"]/li/text()
returns only the text of elements without a link. How can this be done for all elements?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question