Skip to main content

Undetected selenium without chromedriver usage

Project description

Selenium-Driverless

  • use selenium without chromedriver
  • undetected by cloudfare and others

Feel free to test my code!

Getting Started

Dependencies

Installing

Usage

example script

from selenium_driverless import webdriver

options = webdriver.Options()
with webdriver.Chrome(options=options) as driver:
    driver.get('http://nowsecure.nl#relax')
    driver.implicitly_wait(3)
    
    title = driver.title
    url = driver.current_url
    source = driver.page_source
    print(title)

Help

Please feel free to open an issue or fork!

Todo

  • implementations
    • find element

Deprecated

Authors

Aurin Aegerter

License

Shield: CC BY-NC-SA 4.0

Unless specified differently in a single file, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

Disclaimer

I am not responsible what you use the code for!!! Also no warranty!

Acknowledgments

Inspiration, code snippets, etc.

Project details


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.4.tar.gz (22.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page