Replies: 3 comments 18 replies
-
@Fragaile Did you check if If it doesn't, maybe try: Also, I can't test that unless you provide the url The sync version technically shouldn't break any |
Beta Was this translation helpful? Give feedback.
-
Uh that's bad. Had that issue before as well. theoretically should wait for the iframe to get loaded (iframes always seem to start at @Fragaile |
Beta Was this translation helpful? Give feedback.
-
Damn.. :/ |
Beta Was this translation helpful? Give feedback.
-
I want to check the title of an element inside an iframe continuously until the title reads a specific string like "Enter code" but I'm pretty sure due to the syncified nature of the library try / except blocks don't work like I expect them to. Do you have a way to do this differently or can maybe tell me what I'm doing wrong?
Expected behaviour - prints title when found.
Issue - doesn't print anything, when putting the print statement in the loop, also doesn't print anything.
Code:
P.S. Sorry for asking for so much help, I always try to figure this stuff out but there's very limited documentation. Thank you for the help :)
Beta Was this translation helpful? Give feedback.
All reactions