Update undetected_chromedriver version to 3.4.6 (#715)

Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
Artemiy Ryabinkov
2023-03-06 13:57:38 +00:00
committed by GitHub
parent 3a6e8e0f92
commit 96fcd21174
8 changed files with 206 additions and 469 deletions

View File

@@ -1,6 +1,7 @@
from typing import List
from selenium.webdriver.common.by import By
import selenium.webdriver.remote.webelement
from typing import List
class WebElement(selenium.webdriver.remote.webelement.WebElement):