Subject: | wish: expose undocumented feature to use tag contents |
In addition to matching tag properties, it's also very useful to match
their /contents/, such as checking the text of a link:
<a href="#">I want to test this text!</a>.
This already appears to be possibly be using the undocumented attribute
named "_content".
It would be great to have proper support and documentation for this.
We've tried it here and it seems to work OK.
Mark