While working on selenium,I have the xpath
//tbody[@id='se-tbody-result']//tr[3]//a
I want to loop tr[value]
from tr[3]
to tr[20]
.
Such xPath would return you values from tr[3] til tr[20]
//tbody[@id='se-tbody-result']//tr[position()>=3 and position()<=20]//a
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With