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.
2 parents 5826938 + 5926ef8 commit 3203970Copy full SHA for 3203970
components/browser_kit.rst
@@ -343,6 +343,12 @@ dedicated web crawler or scraper such as `Goutte`_::
343
'.table-list-header-toggle a:nth-child(1)'
344
)->text());
345
346
+.. tip::
347
+
348
+ You can also use HTTP client options like ``ciphers``, ``auth_basic`` and
349
+ ``query``. They have to be passed as the default options argument to the
350
+ client which is used by the HTTP browser.
351
352
Learn more
353
----------
354
0 commit comments