|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8" />
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
| - <title>selenium_driverless.types.options — Selenium-Driverless 1.9.2 documentation</title> |
| 6 | + <title>selenium_driverless.types.options — Selenium-Driverless 1.9.3.1 documentation</title> |
7 | 7 | <link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=80d5e7a1" />
|
8 | 8 | <link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />
|
9 | 9 |
|
|
14 | 14 |
|
15 | 15 | <script src="../../../../_static/jquery.js?v=5d32c60e"></script>
|
16 | 16 | <script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
17 |
| - <script src="../../../../_static/documentation_options.js?v=ca017849"></script> |
| 17 | + <script src="../../../../_static/documentation_options.js?v=58554080"></script> |
18 | 18 | <script src="../../../../_static/doctools.js?v=888ff710"></script>
|
19 | 19 | <script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
20 | 20 | <script src="../../../../_static/js/theme.js"></script>
|
@@ -180,7 +180,7 @@ <h1>Source code for selenium_driverless.types.options</h1><div class="highlight"
|
180 | 180 |
|
181 | 181 | <span class="bp">self</span><span class="o">.</span><span class="n">add_arguments</span><span class="p">(</span>
|
182 | 182 | <span class="s2">"--no-first-run"</span><span class="p">,</span> <span class="c1"># disable first run page</span>
|
183 |
| - <span class="s1">'--disable-component-update'</span><span class="p">,</span> <span class="c1"># disable updates</span> |
| 183 | + <span class="c1"># '--disable-component-update', # disable updates, breaks widevine</span> |
184 | 184 | <span class="s1">'--no-service-autorun'</span><span class="p">,</span> <span class="c1"># don't start a service</span>
|
185 | 185 | <span class="c1"># don't auto-reload pages on network errors, https://github.com/milahu/aiohttp_chromium/blob/61fe3150ed032ef8aa99b23dddbedaa1929c229c/src/aiohttp_chromium/client.py#L1116C9-L1118</span>
|
186 | 186 | <span class="s2">"--disable-auto-reload"</span><span class="p">,</span>
|
|
0 commit comments