XPath to find elements that does not have an id or class
Posted
by priyank.mp
on Stack Overflow
See other posts from Stack Overflow
or by priyank.mp
Published on 2010-03-08T19:34:41Z
Indexed on
2010/03/08
19:36 UTC
Read the original article
Hit count: 348
xpath
|xpath-expression
How can I get all tr elements without id attribute?
<tr id="name">...</tr>
<tr>...</tr>
<tr>...</tr>
Thanks
© Stack Overflow or respective owner