Using SimulateType or SimulateClick

Hi everyone,

I have found this sentence in UiPath documentation (link below):

It is highly recommended to check the state of the target UI element prior to execution, when you enable the SimulateType or SimulateClick for the following activities: Click, Type Into, Type Secure Text

How can I check the state of the target Ui element IN THIS CONTEXT ?

Perhaps with ElementExists or FindElement activities? Or there are other activities ?

Thanks a lot!

1 Like

Hi
Usually simulate type or simulate click is enabled in click or type into activity to enable the bot to find elements or to type on to a field even when that bot runs in background

Thats what mentioned to ensure that we dont miss the elements from accessing
Cheers @naut1lus

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