Answer the question
In order to leave comments, you need to log in
How to parse a specific list element using Xpath?
I have this list in html:
<ul class="params">
<li> <span>Марка:</span> Casio </li>
<li> <span>Пол:</span> мужские </li>
<li> <span>Корпус:</span> Пластик </li>
<li> <span>Браслет:</span> Пластик </li>
</ul>
Answer the question
In order to leave comments, you need to log in
It's not clear why you don't have span, but text is present
So contains is case sensitive. If you need case-insensitive - then read stackoverflow.com/questions/8474031/case-insensiti...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question