undetected-chromedriver/undetected_chromedriver
Leon 632bb6b1e5
3.1.6 prep
- use_subprocess  now defaults to True
  since many people do not understand python's  multiprocessing and __name__ == '__main__' 
- added option "no_sandbox" with a default value of True
   since many people seem to run this as root (.......) ,  will run into errors since chrome does not run as root without using --no- 
   sandbox flag.  the downside was that you would get another warning bar about "using unsecure command line flag".  
   uc's no_sandbox option also makes sure this warning get's supressed.
2022-10-15 16:18:13 +02:00
..
tests Merge pull request #543 from ultrafunkamsterdam/3.1.5 2022-03-14 00:40:55 +01:00
__init__.py 3.1.6 prep 2022-10-15 16:18:13 +02:00
_compat.py 3.1.0rc1 2021-12-16 05:53:41 +01:00
cdp.py 3.1.0rc1 2021-12-16 05:53:41 +01:00
devtool.py 3.1.0rc1 2021-12-16 05:53:41 +01:00
dprocess.py 3.1.0rc1 2021-12-16 05:53:41 +01:00
options.py - fix unlinking driver at exit 2022-03-16 22:24:05 +01:00
patcher.py - fix unlinking driver at exit 2022-03-16 22:24:05 +01:00
reactor.py 3.1.0! 2021-12-22 14:07:27 +00:00
v2.py 3.1.0! 2021-12-22 14:07:27 +00:00
webelement.py - fix unlinking driver at exit 2022-03-16 22:24:05 +01:00