Skip to content

Commit 1becc4e

Browse files
committed
Upgrade CDP spec to r278025 and update docs to clarify this point
1 parent 98e382b commit 1becc4e

3 files changed

Lines changed: 603 additions & 23 deletions

File tree

docs/overview.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,21 @@ responsibility is left to higher-level libraries, for example
2323
`trio-chrome-devtools-protocol
2424
<https://github.com/hyperiongray/trio-chrome-devtools-protocol>`_.
2525

26-
To install (requires Python ≥3.7):
26+
**This package provides Chrome DevTools Protocol r678025.** Download a compatible
27+
Chrome package:
28+
29+
* `Linux <https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/689523/chrome-linux.zip>`_
30+
* `Mac <https://storage.googleapis.com/chromium-browser-snapshots/Mac/689523/chrome-mac.zip>`_
31+
* `Windows 32-bit <https://storage.googleapis.com/chromium-browser-snapshots/Win/689523/chrome-win.zip>`_
32+
* `Windows 64-bit <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/689523/chrome-win.zip>`_
33+
34+
**To install (requires Python ≥3.7):**
2735

2836
::
2937

3038
$ pip install chrome-devtools-protocol
3139

32-
Sample code:
40+
**Sample code:**
3341

3442
.. code-block:: python
3543

0 commit comments

Comments
 (0)