i need to select a tag that contains an innertext i specify.
can anyone help me with the xpath query ie <a href="#">wake up</a>
. So if i pass wake to the xpath, it should select this a link
thanks
The XPath is simply //a[starts-with(., 'wake')]
.
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