I have TypeInto activity in UiPath version2024. it worked well in debug mode. when i published the code . type into, click activities are not working. Could anyone help me with this. Thanks in advance.
Hi @Bhanu123
Are you running it on the same machine you developed or a different machine?
Is the resolution same on both machines?
Are you hitting the same application environment for the process when running?
Hi @Bhanu123
make sure simulate or sendwindowmessage is enabled in type into and click activities, and check if the target app is in focus or running properly when the bot runs unattended; also verify selector accuracy and screen resolution compatibility on the robot machine.
If you found helpful please mark as a solution. Thanks
Happy Automation with UiPath
Hey @Bhanu123 in click or type into activity enable the following option.first try with simulate and if simulate not work then go with the Send window option.this could resolve your query.
or if you are work with classic activity then wait for ready - should be complete and same for first with simulate then if not work go with send window option
cheers
As you are running process in Unattended mode, make sure to check simulate click or send window message is enabled in type into activity.
What do you mean by not working?
what is the error? what selectors have you used?
did you happen to see any screenshots when failed
cheers