# selenium-wire-undetected-chromedriver
This project is an extension of [selenium-wire-lw](https://github.com/LunarWatcher/selenium-wire/) that adds an `UndetectedChrome` driver. This project only contains the `UndetectedChrome` webdriver. selenium-wire-lw is MIT-licensed and therefore compatible with GPLv3, but because GPL, this only works if selenium-wire-lw is a dependency. To avoid the implications of relicensing code, `UndetectedChrome` has to be separate from the main project, even though it's an optional dependency. Thanks, GPL.
For documentation and bug reports with selenium-wire itself, go to [selenium-wire-lw](https://github.com/LunarWatcher/selenium-wire/). Bug reports about specifically the undetected_chromedriver integration go in this repo.
## Usage
```
pip3 install selenium-wire-undetected-chromedriver
```
```python
from seleniumwire_gpl import UndetectedChrome
driver = UndetectedChrome(...)
```
For extended config and selenium-wire features, see the [selenium-wire repo](https://github.com/LunarWatcher/selenium-wire/)
## License
This project is forcibly licensed under GPLv3, because undetected_chromedriver, the problem dependency, is licensed under [GPLv3](https://github.com/ultrafunkamsterdam/undetected-chromedriver/blob/master/LICENSE). For the full license text, see the LICENSE file.
The other dependencies have other licenses:
* selenium-wire-lw: [MIT](https://github.com/LunarWatcher/selenium-wire/blob/master/LICENSE), with the following direct dependencies:
* selenium: [Apache 2.0](https://github.com/SeleniumHQ/selenium/blob/trunk/LICENSE)
* mitmproxy: [MIT](https://github.com/mitmproxy/mitmproxy/blob/main/LICENSE)
* brotli: [MIT](https://github.com/google/brotli/blob/master/LICENSE)
* python-zstd: [BSD 2-Clause](https://github.com/sergey-dryabzhinsky/python-zstd/blob/master/LICENSE)
* setuptools: [MIT](https://github.com/pypa/setuptools/blob/main/LICENSE)
* Note: temporary dependency due to an upstream bug in undetected_chromedriver.
There are quite a few additional indirect dependencies not listed here as well.
Raw data
{
"_id": null,
"home_page": null,
"name": "selenium-wire-undetected-chromedriver-lw",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "selenium, selenium-wire, selenium-wire-lw",
"author": null,
"author_email": "LunarWatcher <oliviawolfie@pm.me>",
"download_url": "https://files.pythonhosted.org/packages/24/93/1b428a1915568bed68cb74739bbdc065359c905ee9e797c817eff83efed2/selenium_wire_undetected_chromedriver_lw-1.0.1.tar.gz",
"platform": null,
"description": "# selenium-wire-undetected-chromedriver\n\nThis project is an extension of [selenium-wire-lw](https://github.com/LunarWatcher/selenium-wire/) that adds an `UndetectedChrome` driver. This project only contains the `UndetectedChrome` webdriver. selenium-wire-lw is MIT-licensed and therefore compatible with GPLv3, but because GPL, this only works if selenium-wire-lw is a dependency. To avoid the implications of relicensing code, `UndetectedChrome` has to be separate from the main project, even though it's an optional dependency. Thanks, GPL.\n\nFor documentation and bug reports with selenium-wire itself, go to [selenium-wire-lw](https://github.com/LunarWatcher/selenium-wire/). Bug reports about specifically the undetected_chromedriver integration go in this repo.\n\n## Usage\n```\npip3 install selenium-wire-undetected-chromedriver\n```\n```python\nfrom seleniumwire_gpl import UndetectedChrome\n\ndriver = UndetectedChrome(...)\n```\n\nFor extended config and selenium-wire features, see the [selenium-wire repo](https://github.com/LunarWatcher/selenium-wire/)\n\n## License\n\nThis project is forcibly licensed under GPLv3, because undetected_chromedriver, the problem dependency, is licensed under [GPLv3](https://github.com/ultrafunkamsterdam/undetected-chromedriver/blob/master/LICENSE). For the full license text, see the LICENSE file.\n\nThe other dependencies have other licenses:\n\n* selenium-wire-lw: [MIT](https://github.com/LunarWatcher/selenium-wire/blob/master/LICENSE), with the following direct dependencies:\n * selenium: [Apache 2.0](https://github.com/SeleniumHQ/selenium/blob/trunk/LICENSE)\n * mitmproxy: [MIT](https://github.com/mitmproxy/mitmproxy/blob/main/LICENSE)\n * brotli: [MIT](https://github.com/google/brotli/blob/master/LICENSE)\n * python-zstd: [BSD 2-Clause](https://github.com/sergey-dryabzhinsky/python-zstd/blob/master/LICENSE)\n* setuptools: [MIT](https://github.com/pypa/setuptools/blob/main/LICENSE)\n * Note: temporary dependency due to an upstream bug in undetected_chromedriver.\n\nThere are quite a few additional indirect dependencies not listed here as well.\n",
"bugtrack_url": null,
"license": null,
"summary": "selenium-wire-lw extension adding support for undetected_chromedriver",
"version": "1.0.1",
"project_urls": {
"Changelog": "https://github.com/LunarWatcher/selenium-wire-undetected-chromedriver/releases",
"Documentation": "https://github.com/LunarWatcher/selenium-wire-undetected-chromedriver",
"Homepage": "https://github.com/LunarWatcher/selenium-wire-undetected-chromedriver",
"Issues": "https://github.com/LunarWatcher/selenium-wire-undetected-chromedriver/issues",
"Repository": "https://github.com/LunarWatcher/selenium-wire-undetected-chromedriver.git"
},
"split_keywords": [
"selenium",
" selenium-wire",
" selenium-wire-lw"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "62cb0e6dabab1ae5b739119cbd204e37809beb87191b740d912df13cbc914c63",
"md5": "163099100670d4ef4a5033f9fa83e266",
"sha256": "073fae32eccda7a9f2c51cda4719484a10001f8745b0feeff33e096b000170ba"
},
"downloads": -1,
"filename": "selenium_wire_undetected_chromedriver_lw-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "163099100670d4ef4a5033f9fa83e266",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 15603,
"upload_time": "2025-07-28T21:45:32",
"upload_time_iso_8601": "2025-07-28T21:45:32.422253Z",
"url": "https://files.pythonhosted.org/packages/62/cb/0e6dabab1ae5b739119cbd204e37809beb87191b740d912df13cbc914c63/selenium_wire_undetected_chromedriver_lw-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "24931b428a1915568bed68cb74739bbdc065359c905ee9e797c817eff83efed2",
"md5": "45d6fca4011859169373a47cfe68773a",
"sha256": "03805cd2fd61816ef136c9f6aa83a094eaddcea6f6dcc19ff90c1449c441ddde"
},
"downloads": -1,
"filename": "selenium_wire_undetected_chromedriver_lw-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "45d6fca4011859169373a47cfe68773a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 15683,
"upload_time": "2025-07-28T21:45:33",
"upload_time_iso_8601": "2025-07-28T21:45:33.729661Z",
"url": "https://files.pythonhosted.org/packages/24/93/1b428a1915568bed68cb74739bbdc065359c905ee9e797c817eff83efed2/selenium_wire_undetected_chromedriver_lw-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-28 21:45:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "LunarWatcher",
"github_project": "selenium-wire-undetected-chromedriver",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "selenium-wire-lw",
"specs": [
[
">=",
"2.0.0"
]
]
},
{
"name": "undetected_chromedriver",
"specs": []
},
{
"name": "setuptools",
"specs": []
},
{
"name": "pytest",
"specs": []
}
],
"lcname": "selenium-wire-undetected-chromedriver-lw"
}