Undetected selenium without chromedriver usage
Project description
Selenium-Driverless
Feel free to test my code!
Getting Started
Dependencies
- Python >= 3.8
- Chrome-Browser installed
Installing
- [Windows] Install Chrome-Browser
pip install selenium_driverless
Usage
example script
import asyncio
async def main():
from selenium_driverless.async_.webdriver import ChromeDriver
from selenium_driverless.scripts.options import Options
options = Options()
driver = ChromeDriver(options=options)
await driver.start_session()
await driver.get('http://nowsecure.nl#relax')
y = await driver.execute_cdp_cmd("Browser.getVersion")
await driver.quit()
asyncio.run(main())
Help
Please feel free to open an issue or fork!
Todo
Deprecated
Authors
License
Unless specified differently in a single file, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Disclaimer
I am not responsible what you use the code for!!! Also no warranty!
Acknowledgments
Inspiration, code snippets, etc.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
selenium_driverless-1.0.tar.gz
(11.7 kB
view details)
File details
Details for the file selenium_driverless-1.0.tar.gz.
File metadata
- Download URL: selenium_driverless-1.0.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f1c250bf4c536c3aa1d051495436b6d65ec17086c1e6d9cfa071777f03b4a5c
|
|
| MD5 |
605e50d713ea7196db11b077164c8ca2
|
|
| BLAKE2b-256 |
f5b57c68fa8a7ceeee71176a30666b0f921772de734d70cda6dc634efbfada28
|