Answer the question
In order to leave comments, you need to log in
How to get multiple elements using XPath?
How to get the contents of element1 and element3 using XPath? Does the sample page look something like this?
<div class="container">
<div class ="element1">
<p>Привет!</p>
</div>
<div class ="element2">
<div clas ="text"> Что нового?
</div>
</div>
<div class ="element3">
<div clas ="text"> Как дела?
</div>`
</div>
<div class ="element4"></div>
<div class ="element5"></div>
</div>
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