09-02-23 09:17 AM
Hello all,
we are having the web elements operation issue by asynchronous loading page.
Problem is the bot trys to click a button when the button is loaded/visible, but button should only be clicked once the whole page fully loaded. A fixed wait time by click is either too long (slow the bot) or too short (clicked and nothing happens). Loading time is highly denenading on workload/perfermance of web server.
Is there any better idea to handel this kind of scenario?
Many thanks in advance!
BR,
Xuxin Jin
09-02-23 03:55 PM
Hello @XuxinJin In this case, I usually remap the element how UIA, This is a fact that I'll lose performance, but, I will not lose assertiveness or, in extreme cases web, I use JS to click in background.@XuxinJin