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 0c57c73 commit 12b0cfcCopy full SHA for 12b0cfc
components/dom_crawler.rst
@@ -292,7 +292,9 @@ context of the crawler::
292
Adding the Content
293
~~~~~~~~~~~~~~~~~~
294
295
-The crawler supports multiple ways of adding the content::
+The crawler supports multiple ways of adding the content, but they are mutually
296
+exclusive, so you can only use one of them to add content (e.g. if you pass the
297
+content to the ``Crawler`` constructor, you can't call ``addContent()`` later)::
298
299
$crawler = new Crawler('<html><body/></html>');
300
0 commit comments