feat: add authentication test

This commit is contained in:
Jayden Pyles
2025-05-10 14:22:06 -05:00
parent a6ab6ec71d
commit a58212b214
2 changed files with 61 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import random
from bs4 import BeautifulSoup, Tag
from lxml import etree
from seleniumwire import webdriver # type: ignore
from seleniumwire import webdriver
from lxml.etree import _Element
from fake_useragent import UserAgent
from selenium.webdriver.chrome.options import Options as ChromeOptions