Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Error AttributeError: 'ChromeOptions' object has no attribute 'headless' #1629

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2023

  1. Update __init__.py

    Removing the error: AttributeError: 'ChromeOptions' object has no attribute 'headless'. Until we got an update of undetected chrome driver
    medsagou authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8d9af09 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Fixing Erros __init__.py

    Fixing the exeption getting ignore in __del__
    medsagou authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    14d010b View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    Update the name
    medsagou authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    da158dc View commit details
    Browse the repository at this point in the history
  3. Update setup.py

    changing the name to prevent the confusing
    medsagou authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    bb0850b View commit details
    Browse the repository at this point in the history
  4. Update setup.py

    Changing the name to prevent confusing
    medsagou authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    244e489 View commit details
    Browse the repository at this point in the history
  5. Fixing all bugs,

    medsagou authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c0beaaf View commit details
    Browse the repository at this point in the history
  6. Update README.md

    medsagou authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    09a9708 View commit details
    Browse the repository at this point in the history