diff --git a/.github/workflows/workflow.py b/.github/workflows/workflow.py index d369008..24e8922 100644 --- a/.github/workflows/workflow.py +++ b/.github/workflows/workflow.py @@ -5,13 +5,7 @@ import browsers import sys from DrissionPage import ChromiumPage -from DrissionPage.common import wait_until -from selenium.webdriver.support.ui import WebDriverWait from requests_html import HTMLSession -from selenium.webdriver.common.by import By -from selenium_stealth import stealth -from seleniumbase import DriverContext -from selenium.webdriver.support import expected_conditions as EC def get_random_string(length): diff --git a/requirements.txt b/requirements.txt index 47aa64f..913cd3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,4 @@ DrissionPage==4.0.4.21 DrissionPage==4.0.4.21 requests_html==0.10.0 -selenium==4.19.0 -selenium_stealth==1.0.6 -seleniumbase==4.20.2 pybrowsers @ git+https://github.com/roniemartinez/browsers \ No newline at end of file