I check that xpath don't work with tag name. For example: ``` .//*[@class="title"]/*/@href ``` work great, but: ``` .//*[@class="title"]/a/@href ``` don't work. Could you say, what a problem?
I check that xpath don't work with tag name.
For example:
work great, but:
don't work.
Could you say, what a problem?