selenium workng till pdf

This commit is contained in:
2025-06-03 22:14:55 +05:30
parent 3a18bbedd9
commit e21177edcd
2 changed files with 34 additions and 19 deletions

View File

@@ -15,6 +15,8 @@ app.add_middleware(
@app.post("/run")
async def run_bot(request: Request):
data = await request.json()
print(data)
input("waiting")
try:
bot = AutomationMassDHP(data)
result = bot.main_workflow("https://providers.massdhp.com/providers_login.asp")