You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -499,12 +499,12 @@ Selenium Wire works by redirecting browser traffic through an internal proxy ser
499
499
Note that even if a request is out of scope and not captured, it will still travel through Selenium Wire.
500
500
501
501
``seleniumwire_options.disable_capture``
502
-
Use this option to switch off request capture. Requests will still pass through Selenium Wire and through any upstream proxy you have configured but they won't be stored.
502
+
Use this option to switch off request capture. Requests will still pass through Selenium Wire and through any upstream proxy you have configured but they won't be intercepted or stored. Request interceptors will not execute.
503
503
504
504
.. code:: python
505
505
506
506
options = {
507
-
'disable_capture': True# Don't store any requests
507
+
'disable_capture': True# Don't intercept/store any requests
0 commit comments