This commit is contained in:
@@ -26,6 +26,7 @@ async def visit_url_service(decoded_url):
|
||||
if element:
|
||||
await element.click()
|
||||
print(f"{button} button found and clicked")
|
||||
await asyncio.sleep(1)
|
||||
break
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user