Click activity working and not working suddenly

I run my project for 5 times. And it able to click on the element once and I didn’t even do anything. I already used simulate and hardware event for experiment. Is there any reason for this?

This is the element that I need to click

@farrissya.z

have tried by making wait for ready property as complete

cheers

1 Like

@farrissya.z

1)Intermittent issues with element clicking may be caused by UI changes, timing, or system resource constraints,consider handling exceptions and optimizing selectors.

2.Intermittent :“Intermittent” means occurring irregularly or sporadically, not consistently or predictably. In the context of automation, it refers to issues that appear from time to time without a clear, consistent pattern.

2 Likes

is it the same as wait for page load?

@farrissya.z

yeah,the activity waits for the element to be completely visible in the web page

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.