@m4zuper Strange, as this is broken at least since 26.8.0 or something related to this. Hence I thought it's generally not working an concerns every user...
Currently using 27.6.2 on Windows 10, 64BG RAM, Ryzen 7 5800X. BAS is installed at the standard location on C drive. And it happens with every project I try to add this way. Okay, it's not that issue but it's convient to add a project with just one click.
Else statement doesn't work
-
I have a script that looks for the time a video was uploaded ago on Youtube.
I want to make sure that if the time uploaded ago was "15 minutes ago", then it will click on the video, otherwise, it will loop until "15 minutes ago" is present on the webpage.My issue is that it will loop (because "15 minutes ago" isn't on the page), but it won't perform the tasks underneath the else statement.
Any suggestions? https://imgur.com/a/muKlevo