1
This commit is contained in:
parent
3524948b58
commit
df052b820b
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user