Fix xpath typo
This commit is contained in:
parent
11b763aeac
commit
8fcd337179
2
xpath.md
2
xpath.md
|
@ -32,7 +32,7 @@ layout: default
|
||||||
| `a[href~='://']` | `//a[contains(@href, '://')]` *...[kinda](#class-check)* | |
|
| `a[href~='://']` | `//a[contains(@href, '://')]` *...[kinda](#class-check)* | |
|
||||||
{:.greycode.no-head.xp}
|
{:.greycode.no-head.xp}
|
||||||
|
|
||||||
### Attribute selectors
|
### Order selectors
|
||||||
|
|
||||||
| CSS | Xpath | ? |
|
| CSS | Xpath | ? |
|
||||||
| ---- | ---- | -- |
|
| ---- | ---- | -- |
|
||||||
|
|
Loading…
Reference in New Issue