Updated CSS Selector help (markdown)

master
dgtlmoon 2023-03-02 22:54:22 +01:00
rodzic 059120a294
commit 2c0b50ccf1
1 zmienionych plików z 13 dodań i 0 usunięć

@ -15,3 +15,16 @@ So for example if the HTML is
```
the selector would be `.points #interesting`
# Select/extract just the HREF from `<A>` tag using xpath
if you have
```
<h3>
<a href..></a>
</h3>
```
filter: `//h3/parent::a//@href`