Categories
How to get the tr of a table other than the last tr using xpath?
In general, there is a table. You need to write an xpath selector that will pull out all tr tables except the last one
Answer the question
In order to leave comments, you need to log in
tr[position() != last()]
//tr[position()<last()]
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question