EC.any_of equivalent in Selenium-Driverless #218
-
Hello ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer and for your work! Here as soon as one of these elements is present, it can go on with the code. |
Beta Was this translation helpful? Give feedback.
just use
asyncio.wait(
withasyncio.ensure_future
then.You can lookup the documentation for that