T
T
TechNOIR2018-02-08 13:31:26
Regular Expressions
TechNOIR, 2018-02-08 13:31:26

xpath,regexp. How to match Xpath or Regexp for a given element?

Good afternoon comrades! Please help me choose either Xpath or Regexp...

<tr class="left">
                    <td><b></b><span>Тип дома</span></td>
                    <td></td>
                </tr>
                <tr>
                    <td></td>
                    <td><span>Многоквартирный дом</span></td>
                </tr>

Need to get the text "Apartment building"..
Thank you in advance for your help!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nick Sdk, 2018-02-08
@lidacriss

xpath

//tr[@class="left"]/following-sibling::tr[1]/td[2]/span

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question