From 564153ff142d757d7370a3338b8db1b864cb4967 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:53:45 +0000 Subject: [PATCH 1/2] Initial plan From 129aaed97b8b644b1f12cf529f8a9d103a0c048b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:57:11 +0000 Subject: [PATCH 2/2] Update docs links and navigation targets --- README.md | 27 ++------------------------- docs/develop.rst | 2 +- docs/index.rst | 8 +------- docs/overview.rst | 10 +++------- 4 files changed, 7 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 2699a7f..a105309 100644 --- a/README.md +++ b/README.md @@ -132,28 +132,5 @@ The library provides Python wrappers for all Chrome DevTools Protocol domains: - **Security**: Security-related information - And many more... -For complete API documentation, visit [py-cdp.readthedocs.io](https://py-cdp.readthedocs.io). - -### Type System - -All CDP types, commands, and events are fully typed with Python type hints, providing: -- IDE autocomplete support -- Static type checking with mypy -- Clear API contracts -- Inline documentation - -## Contributing - -We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details on: -- How to report bugs and request features -- Development setup and workflow -- Coding standards and testing requirements -- Pull request process - -For questions or discussions, feel free to open an issue on GitHub. - -## License - -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. - -define hyperion gray +All CDP types, commands, and events are fully typed with Python type hints for +IDE autocomplete, static type checking, and clear API contracts. diff --git a/docs/develop.rst b/docs/develop.rst index 3e6bd73..e584d0d 100644 --- a/docs/develop.rst +++ b/docs/develop.rst @@ -8,7 +8,7 @@ step is required in that scenario. The repository uses `Poetry `_ to manage dependencies. Once you have Poetry installed, use this command to create a new virtual environment and -install PyCDP and its dependencies (including dev dependencies0 in it. +install PyCDP and its dependencies (including dev dependencies) in it. :: diff --git a/docs/index.rst b/docs/index.rst index e9b97d8..630e1c0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,7 @@ Python wrappers for Chrome DevTools Protocol (CDP). overview getting_started - connection + browser_control api develop changelog @@ -22,9 +22,3 @@ Indices * :ref:`genindex` * :ref:`modindex` - - -.. image:: https://hyperiongray.s3.amazonaws.com/define-hg.svg - :target: https://www.hyperiongray.com/?pk_campaign=github&pk_kwd=pycdp - :alt: define hyperiongray - :width: 400px diff --git a/docs/overview.rst b/docs/overview.rst index 5ace8f4..39de752 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -30,13 +30,9 @@ wrappers, this project makes it easier and faster to write CDP client code. this, providing Playwright-style helpers for navigation, element interaction, screenshots, and more. See :doc:`browser_control` for details. -**This package provides Chrome DevTools Protocol r678025.** Download a compatible -Chrome package: - -* `Linux `_ -* `Mac `_ -* `Windows 32-bit `_ -* `Windows 64-bit `_ +**This package provides Chrome DevTools Protocol r678025.** For a current, +maintained way to download Chrome/Chromium builds, use +`Chrome for Testing `_. **Install from PyPI (requires Python ≥3.8):**