Now I'm getting this error when starting CanvasInspector too
Is Element Exists Errors
-
I use the latest version of BAS, but when using "Is Element Exists" it doesn't return immediate results but gives the same error message as "Failed to wait...." similar to action "Wait While Element Exists".
This problem has existed for a long time.
Because of this problem I can't use the new versions, I'm using version 23.2.2. It works well. -
@PTANO1 This error can happen if the page has not loaded and instead it a standard page with a chrome error. You need to additionally first check that there is no such error.
-
@UserTrue In my opinion, this mistake many people make.
Sometimes the web page doesn't need to load completely, it just needs to quickly check the presence of certain elements.
In the old version it worked fine, why not keep the good ones and make it more complicated? -
@PTANO1 we are not talking about a full page load, but about the fact that it may not load at all and instead there will be a default chrome page.
-
@PTANO1 such pages can cause these errors

-
@UserTrue said in Is Element Exists Errors:
@PTANO1 such pages can cause these errors
how to reload automatically if when page error?
-
@jobriwterr There is no ready-made solution, do it yourself.
-
@jobriwterr
Reload the Page:
Javascript - window.location.reload();