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 7c5d80d commit 540a40cCopy full SHA for 540a40c
guides/traversing-pages.rst
@@ -11,7 +11,7 @@ DocumentElement and NodeElement
11
12
The Element API consists of 2 main classes. The ``DocumentElement`` instance
13
represents the page being displayed in the browser, while the ``NodeElement``
14
-class is used to represent any element inside the page. Both class are sharing
+class is used to represent any element inside the page. Both classes share
15
a common set of methods to traverse the page (defined in ``TraversableElement``).
16
17
The ``DocumentElement`` instance is accessible through the ``Session::getPage`` method:
0 commit comments