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