Fix: ChromeDriver only supports characters in the BMP

Add set_cookies helper, Show last used model
This commit is contained in:
Heiner Lohaus 2024-01-26 12:49:52 +01:00
parent feb83c168b
commit 1eb7dc05e5
18 changed files with 75 additions and 63 deletions

View file

@ -2,4 +2,5 @@ from .base_provider import ProviderType
logging: bool = False
version_check: bool = True
last_provider: ProviderType = None
last_provider: ProviderType = None
last_model: str = None