В примере
<div class = "one">
<p>This is some text<p>
<p>This is some other text<p>
<div>
<div class = "two">
<p>This is some text<p>
<p>This is some other text<p>
<div>
извлечение из класса 'one' будет выглядеть следующим образом:
//div[contains(@class, 'one')]
Как добавить другой класс 'two' к тому же XPath?