Type into not getting executed

Hi

Uipath Rookie here. I have a Type into activity in my workflow. It is not getting executed. I have validated the Element. And it gets highlighted too when I check it. However this step does not get executed and it directly jumps to the next activity.

Is there any workaround for this?

Hi
Welcome to uipath community
Make sure that the SIMULATE TYPE is enabled in the property panel of Type Into activity
Cheers @abdul.hakeem.siraj

1 Like

Hi there @abdul.hakeem.siraj

Depends on your activity properties as well as the application.

Simulate Type: Web applications (Iframes in Flash and SIlverLight fails sometimes), some mainstream .NE apps (desktop)
SendWindowsMessage: JAVA, Sometimes SAP and other apps
Default: Every application if the indication is highlighted successfully. (But slower, and doesnt work in background)

So please mention which application so that we can figure out any issue (Maybe some events have to load before you can actually click - like Hover or setting focus on the UiElement)

Hi @Raghavendraprasad

With each run, the webctrl id changes and due to that reason, it throws an error saying Cannot find the UI element.

Also, how do I identify which application is being used?

Thanks

Fine
kindly replace that attribute value with wildcard *
as it is dynamic i guess bot is not able to find the element
Cheers @abdul.hakeem.siraj

1 Like

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