undetected-chromedriver/undetected_chromedriver
ultrafunkamsterdam cf059a638c - support for specifying and reusing the user profile folder.
if a user-data-dir is specified, that folder will NOT be
    deleted on exit.
    example:
        options.add_argument('--user-data-dir=c:\\temp')

- uses a platform specific app data folder to store driver instead
    of the current workdir.

- impoved headless mode. fixed detection by notification perms.

- eliminates the "restore tabs" notification at startup

- added methods find_elements_by_text and find_element_by_text

- updated docs (partly)

-known issues:
    - extensions not running. this is due to the inner workings
        of chromedriver. still working on this.
    - driver window is not always closing along with a program exit.
    - MacOS: startup nag notifications. might be solved by
        re(using) a profile directory.

- known stuff:
    - some specific use cases, network conditions or behaviour
      can cause being detected.
2021-04-29 12:54:49 +02:00
..
tests - support for specifying and reusing the user profile folder. 2021-04-29 12:54:49 +02:00
__init__.py - support for specifying and reusing the user profile folder. 2021-04-29 12:54:49 +02:00
v2.py - support for specifying and reusing the user profile folder. 2021-04-29 12:54:49 +02:00