We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ef2f9 commit 449fd99Copy full SHA for 449fd99
testing/dom_crawler.rst
@@ -32,7 +32,7 @@ Many other methods are also available:
32
``last()``
33
Selects the last node.
34
``siblings()``
35
- Selects all sibling nodes (nodes with the same parent).
+ Selects all sibling nodes (nodes with the same parent, excluding the current node).
36
``nextAll()``
37
Selects all following siblings (same parent, after the current node).
38
``previousAll()``
0 commit comments