ScenarioBuilder finds the images while the page is still loading - this causes it to click on the wrong spot
@The_6-4 Why don’t you add more wait time to hold on the clicking until the page is fully loaded?
Hi,
Using the execution timeline you can see exactly where the mouse click took place.
Sometimes the robot finds the image while the page is still loading, and if the image changes the location after the page finishes loading then the click will not happen at the desired location.
So you need to make sure the page has finished loading before looking for the image.
For example, if you are using a web app you can do 1 of 2 things:
- Have ScenarioBuilder look for the refresh browser image to the left of the address bar that shows that the browser is done loading the page before finding the image.
OR - Have it start after the X to the left of the address bar disappears. Add the action “Wait for image to disappear”