I am learning UiPath with the provided training, in one exercise, I am trying to add a “click” activity to close the pop up windows which appears after clicking “Add Account”.
However, the UI selector always took a very long time to load when the popup window is present. When I finally add the target element with 100% validation score, it still failed with a timeout when debugging the process.
Any ideas for why it happens? - I compared the given solution and my own target/anchor properties, they appear the same expect for the fields that differ because of the UiPath versioning.
I recommend you to use Check app state activity and indicate the popup. Inside target block of check app state activity insert the click activity and indicate on ok button.
Check app state activity helps to check the popup is exist or not if exists then it executes target appears block quickly. I thought it may sort your query.
Thanks for the reply, I have added Check App activity as suggested. It was able to run, but still it takes a few seconds to complete the steps (both check the pop up presents and clicking the “OK” button), while the other activities interacts with the main page are instant.
Open the properties of Check app state activity, Extend the Target option and there is a Wait for page load option select the Interactive option in the dropdown. Do the same for the click activity which is inserted inside the Target appear block.