@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.
Wait for full page load on some sites not working
-
On some websites I face the issue that both, "wait full page load" in the "browser-load url" cube and the particular cube "Waiters-wait full page load" are not recognize when the page is actually loaded. So the page loading is already finished but both steps are waiting and waiting till timeout and then throw an error.
How can this be fixed ore avoided, so the script can go on when the page is loaded?
-
@morpheus93 Never use these 2 functions.
Please use "Wait While Element Exists".
Specify the element that you think will appear when the web page has loaded. -
@BAS-Viet-Nam Okay, thank you for the hint. Worked on many sites with these 2 functions without any problems. So I will try it with "Wait while element exists" on this specific site.
Hopefully I don't get in an endless waiting-loop ;)