Update test_undetected_chromedriver.py
This commit is contained in:
parent
645a686cfe
commit
62684ac898
|
@ -3,7 +3,7 @@ import os
|
|||
|
||||
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
import undetected_chromedriver as uc # noqa
|
||||
import undetected_chromedriver.v2 as uc # noqa
|
||||
import time # noqa
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue