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 4d84c04 + 9773afd commit 5926ef8Copy full SHA for 5926ef8
components/browser_kit.rst
@@ -351,6 +351,12 @@ dedicated web crawler or scraper such as `Goutte`_::
351
'.table-list-header-toggle a:nth-child(1)'
352
)->text());
353
354
+.. tip::
355
+
356
+ You can also use HTTP client options like ``ciphers``, ``auth_basic`` and
357
+ ``query``. They have to be passed as the default options argument to the
358
+ client which is used by the HTTP browser.
359
360
Learn more
361
----------
362
0 commit comments