Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyCapt committed Apr 28, 2021
1 parent 86721e6 commit 0d17d64
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,6 @@ Selenium Wire has limited support for using the remote webdriver client. When yo
If the machine running the browser needs to use a different address to talk to the machine running Selenium Wire you need to configure the browser manually. `This issue <https://github.com/wkeeling/selenium-wire/issues/220>`_ goes into more detail.

If you need to completely disable the use of selenium-wire:

.. code:: python
driver = webdriver.Chrome(use_seleniumwire=False)
Accessing Requests
~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -841,6 +835,13 @@ A summary of all options that can be passed to Selenium Wire via the ``seleniumw
}
driver = webdriver.Chrome(seleniumwire_options=options)
``request_storage_base_dir``
Completely disable the use of selenium-wire. The default is ``True``.

.. code:: python
driver = webdriver.Chrome(use_seleniumwire=False)
``verify_ssl``
Whether SSL certificates should be verified. The default is ``False`` which prevents errors with self-signed certificates.

Expand Down

0 comments on commit 0d17d64

Please sign in to comment.