This commit is contained in:
zhinianboke 2025-10-24 20:54:08 +08:00
parent 3524948b58
commit df052b820b
2 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,7 @@ class XianyuSliderStealth:
def check_verification_failure(self: Self) -> Any: ...
def solve_slider(self: Self) -> Any: ...
def close_browser(self: Self) -> Any: ...
def __del__(self: Self) -> Any: ...
def login_with_password_headful(self: Self, account: str, password: str, show_browser: bool) -> Any: ...
def run(self: Self, url: str) -> Any: ...
@ -79,7 +80,6 @@ import loguru.logger
import config
import traceback
import re
import asyncio
import DrissionPage
import DrissionPage.ChromiumPage
import DrissionPage.ChromiumOptions