No you can only create profile delete profile set proxy or other operations like these which can be operated from API, you can't access your webview with ix in BAS, I know why you want to use ix or other Anty detect browser, because BAS is easily tracked in some projects, I am also facing the same problem. And I am trying to find a solution for it.
If you find any solution please share with me
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 ;)