Computer Science, asked by vatssaurav3438, 9 months ago

What is the most effective way to handle the click on a ui element that is not always available? By setting the continueonerror property of the click activity to true. By using an element exists activity and then a click activity. By placing the click activity inside a try/catch block?

Answers

Answered by nidaeamann
0

Answer:

By using an Element Exists activity and then a Click activity

Explanation:

Debugging is the process of identifying and removing errors from a given workflow. Coupled with logging and breakpoints, it becomes a powerful functionality that offers you information about your project and step-by-step highlighting, so that you can be sure it is error-free.

If we are in a UI where we have limited space and a particluar element is not always available at main display, we need to create and element exist activity and then when we click on it, it pops up and clicking again might close it also(depending upon the requirement)

Similar questions